//clika-runtime/io.clika.runtime/toFloatArray
toFloatArray
[jvm]
fun Tensor.toFloatArray(): FloatArray
Every element of a 0-D or 1-D contiguous Float32 tensor, copied out (waits for the producer). Reshape a higher-rank tensor to 1-D first.
//clika-runtime/io.clika.runtime/toFloatArray
[jvm]
fun Tensor.toFloatArray(): FloatArray
Every element of a 0-D or 1-D contiguous Float32 tensor, copied out (waits for the producer). Reshape a higher-rank tensor to 1-D first.