Skip to main content

//clika-runtime/io.clika.runtime/Tensors/of

of

[jvm]\

@JvmOverloads

fun of(data: FloatArray, shape: LongArray, device: Device? = null): Tensor

Float32 entry: data copied in row-major order over shape.

[jvm]\

@JvmOverloads

fun of(data: IntArray, shape: LongArray, device: Device? = null): Tensor

Int32 entry.

[jvm]\

@JvmOverloads

fun of(data: LongArray, shape: LongArray, device: Device? = null): Tensor

Int64 entry.

[jvm]\

@JvmOverloads

fun of(data: DoubleArray, shape: LongArray, device: Device? = null): Tensor

Float64 entry.