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

15 lines
323 B
JSON
Executable File

{
"LogSoftmax":{
"parameters":
[
{"name": "axis",
"dtype": "int32_t"
},
{"name": "beta",
"dtype": "float",
"Optional": "true",
"default": "1.0"
}
]
}
}