chromium/third_party/tflite_support/src/tensorflow_lite_support/metadata/python/tests/testdata/score_calibration_tensor_meta.json

{
  "subgraph_metadata": [
    {
      "input_process_units": [
        {
          "options_type": "ScoreCalibrationOptions",
          "options": {
            "score_transformation": "LOG",
            "default_score": 0.2
          }
        }
      ]
    }
  ]
}