# Triton backend to use name: "tensorflow-fashion-mnist" backend: "tensorflow" platform: "tensorflow_savedmodel" max_batch_size: 0 input [ { name: "test123123" data_type: TYPE_UINT64 dims: [ 123 ] reshape { shape: [ 123 ] } }, { name: "test321321" data_type: TYPE_UINT8 dims: [ 332 ] reshape { shape: [ 232 ] } } ] output [ ] instance_group [ { kind: KIND_AUTO count: 1 } ]