//clika-runtime/io.clika.runtime/cast
cast
[jvm]
fun Tensor.cast(dtype: Int, forceCopy: Boolean = false): Tensor
Convert to dtype through the runtime (never host-side float math).
//clika-runtime/io.clika.runtime/cast
[jvm]
fun Tensor.cast(dtype: Int, forceCopy: Boolean = false): Tensor
Convert to dtype through the runtime (never host-side float math).