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

25 lines
670 B
JSON
Raw Normal View History

{
"OneHot":{
"parameters":
[
{"name":"depth",
"dtype": "int32_t"
},
{"name": "on_value",
"dtype": "float",
"Optional": "true",
"default": "1"
},
{"name": "off_value",
"dtype": "float",
"Optional": "true",
"default": "0"
},
{"name": "axis",
"dtype": "int32_t",
"Optional": "true",
"default": "0"
}
]
}
}