//clika-runtime/io.clika.runtime/F/softmax
softmax
[jvm]\
fun softmax(input: Tensor, dim: Long = -1, dtype: Int = ClikaRtGen.DATA_TYPE_UNDEFINED): Tensor
softmax(input, dim=-1, dtype=undefined); an undefined dtype keeps the input's dtype.
//clika-runtime/io.clika.runtime/F/softmax
[jvm]\
fun softmax(input: Tensor, dim: Long = -1, dtype: Int = ClikaRtGen.DATA_TYPE_UNDEFINED): Tensor
softmax(input, dim=-1, dtype=undefined); an undefined dtype keeps the input's dtype.