//clika-runtime/io.clika.runtime/Tensors/of
of
[jvm]\
fun of(data: FloatArray, shape: LongArray, device: Device? = null): Tensor
Float32 entry: data copied in row-major order over shape.
[jvm]\
fun of(data: IntArray, shape: LongArray, device: Device? = null): Tensor
Int32 entry.
[jvm]\
fun of(data: LongArray, shape: LongArray, device: Device? = null): Tensor
Int64 entry.
[jvm]\
fun of(data: DoubleArray, shape: LongArray, device: Device? = null): Tensor
Float64 entry.