tensorI32

fun tensorI32(name: String, shape: List<Long>, data: IntArray)(source)

Add an Int32 tensor from IntArray.


fun tensorI32(name: String, shape: IntArray, data: IntArray)(source)

Add an Int32 tensor from IntArray with Int shape.