# Triton backend to use name: "tensorflow-fashion-mnist" backend: "tensorflow" platform: "tensorflow_savedmodel" max_batch_size: 0 input [ { name: "test1" data_type: TYPE_UINT8 dims: [ 1 ] reshape { shape: [ 1 ] } } ] output [ { name: "test2" data_type: TYPE_UINT16 dims: [ 2 ] reshape { shape: [ 2 ] } } ] instance_group [ { kind: KIND_AUTO count: 1 } ]