first commit

This commit is contained in:
jaeheon 2025-09-29 17:08:32 +09:00
parent 829eec6636
commit 7cf0f108d9

21
config.pbtxt Normal file

@ -0,0 +1,21 @@
backend: "pytorch"
platform: "pytorch_libtorch"
max_batch_size: 16
input [
{
name: "input__0"
data_type: TYPE_FP32
dims: [ 3, 224, 224 ]
}
]
output [
{
name: "output__0"
data_type: TYPE_FP32
dims: [ 1000 ]
}
]