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

{
  "subgraph_metadata": [
    {
      "input_tensor_metadata": [
        {
          "name": "image",
          "description": "The input image.",
          "content": {
            "content_properties_type": "ImageProperties",
            "content_properties": {
              "color_space": "RGB"
            }
          },
          "process_units": [
            {
              "options_type": "NormalizationOptions",
              "options": {
                "mean": [
                  0.0,
                  127.5,
                  255.0
                ],
                "std": [
                  127.5,
                  127.5,
                  127.5
                ]
              }
            }
          ],
          "stats": {
          }
        }
      ]
    }
  ]
}