//clika-runtime/io.clika.runtime/item
item
[jvm]
fun Tensor.item(): Float
The one element of a single-element Float32 tensor (a reduction's result). Waits for the producer; refuses a numel other than 1 or another dtype (ClikaRtException).
//clika-runtime/io.clika.runtime/item
[jvm]
fun Tensor.item(): Float
The one element of a single-element Float32 tensor (a reduction's result). Waits for the producer; refuses a numel other than 1 or another dtype (ClikaRtException).