name: "fashion-mnist" platform: "tensorflow_savedmodel" backend: "tensorflow" input: [ { name: "Conv1_input" data_type: TYPE_FP32 dims: [-1, 28, 28, 1] } ] output: [ { name: "Softmax" data_type: TYPE_FP32 dims: [-1, 10] } ]