tract-tflite 0.20.16

Tiny, no-nonsense, self contained, TensorFlow and ONNX inference
Documentation
{
  version: 3,
  operator_codes: [
    {
      builtin_code: "SQUEEZE"
    }
  ],
  subgraphs: [
    {
      tensors: [
        {
          shape: [
            2,
            1
          ],
          name: "outlet_0_0",
          has_rank: true
        },
        {
          shape: [
            2
          ],
          name: "outlet_1_0",
          has_rank: true
        }
      ],
      inputs: [
        0
      ],
      outputs: [
        1
      ],
      operators: [
        {
          inputs: [
            0
          ],
          outputs: [
            1
          ],
          builtin_options_type: "SqueezeOptions",
          builtin_options: {
            squeeze_dims: [
              1
            ]
          }
        }
      ]
    }
  ],
  buffers: [
    {
    }
  ]
}