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

13 lines
254 B
JSON
Executable File

{
"Softmax":{
"parameters":
[
{"name": "beta",
"dtype": "float"
},
{"name": "axis",
"dtype": "int32_t"
}
]
}
}