model-repository / dtd /config.pbtxt
jtz18's picture
Update dtd/config.pbtxt
f454095 verified
name: "dtd"
platform: "onnxruntime_onnx"
input [
{
name: "input"
data_type: TYPE_FP32
dims: [ 1, 3, 512, 512 ]
},
{
name: "dct"
data_type: TYPE_INT32
dims: [ 1, 512, 512 ]
},
{
name: "qt"
data_type: TYPE_INT64
dims: [ 1, 1, 8, 8 ]
}
]
output [
{
name: "output"
data_type: TYPE_FP32
dims: [ 1, 2, 512, 512 ]
}
]
optimization { execution_accelerators {
cpu_execution_accelerator : [ {
name : "openvino"
} ]
}}