name: "mymodel" platform: "onnxruntime_onnx" max_batch_size: 0 input [ { name: "input" data_type: TYPE_FP32 dims: [ 1, 3, 512, 512 ] } ] output [ { name: "output" data_type: TYPE_FP32 dims: [ 1, 1000 ] label_filename: "my_labels.txt" } ] instance_group { count: 1 gpus: 0 kind: KIND_GPU } #optimization { execution_accelerators { # gpu_execution_accelerator : [ { name : "tensorrt" } ] #}}