Properties

Link copied to clipboard
Link copied to clipboard
open val hooks: ForwardHooks?
Link copied to clipboard
Link copied to clipboard
abstract val memoryInfo: MemoryInfo
Link copied to clipboard
Link copied to clipboard
abstract val ops: TensorOps
Link copied to clipboard
abstract val phase: Phase
Link copied to clipboard

Functions

Link copied to clipboard
open fun <T : DType, V> fromByteArray(shape: Shape, dtype: KClass<T>, data: ByteArray): Tensor<T, V>
Link copied to clipboard
open fun <T : DType, V> fromData(data: TensorData<T, V>, dtype: KClass<T>): Tensor<T, V>
Link copied to clipboard
open fun <T : DType, V> fromFloatArray(shape: Shape, dtype: KClass<T>, data: FloatArray): Tensor<T, V>
Link copied to clipboard
open fun <T : DType, V> fromIntArray(shape: Shape, dtype: KClass<T>, data: IntArray): Tensor<T, V>
Link copied to clipboard
open fun <T : DType, V> full(shape: Shape, dtype: KClass<T>, value: Number): Tensor<T, V>
Link copied to clipboard
open fun <T : DType, V> ones(shape: Shape, dtype: KClass<T>): Tensor<T, V>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : DType, V> zeros(shape: Shape, dtype: KClass<T>): Tensor<T, V>