Skip to content

Instantly share code, notes, and snippets.

@msaroufim
Created March 13, 2022 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msaroufim/0fbacbb659e03bf22661dddbc027a558 to your computer and use it in GitHub Desktop.
Save msaroufim/0fbacbb659e03bf22661dddbc027a558 to your computer and use it in GitHub Desktop.
platform: "tensorrt_plan"
max_batch_size: 8
input [
{
name: "input0"
data_type: TYPE_FP32
dims: [ 16 ]
},
{
name: "input1"
data_type: TYPE_FP32
dims: [ 16 ]
}
]
output [
{
name: "output0"
data_type: TYPE_FP32
dims: [ 16 ]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment