name: "MNISTDyna" platform: "onnxruntime_onnx" max_batch_size: 1 input [ { name: "Input3" data_type: TYPE_FP32 format: FORMAT_NCHW dims: [ 1,28,28 ] reshape { shape: [ 1, 28, 28 ] } } ] output [ { name: "Plus214_Output_0" data_type: TYPE_FP32 dims: [ 10 ] } ]