name: "GHM_CLASS" platform: "tensorflow_graphdef" max_batch_size: 16 default_model_filename: "model.graphdef" input [ { name: "x" data_type: TYPE_FP32 format: FORMAT_NHWC dims: [ 224, 224, 3 ] } ] output { name: "Identity" data_type: TYPE_FP32 dims: [ 3 ] } instance_group { kind: KIND_GPU count: 1 gpus: 0 } #instance_group { # count: 1 # kind: KIND_CPU #}