File size: 480 Bytes
f88ad62 f454095 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
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"
} ]
}} |