TIM-VX/include/tim/vx/ops/slice.json

16 lines
372 B
JSON
Raw Normal View History

{
"Slice":{
"parameters":
[
{"name":"dims",
"dtype": "uint32_t"
},
{"name":"start",
"dtype": "std::vector<int32_t>"
},
{"name":"length",
"dtype": "std::vector<int32_t>"
}
]
}
}