TensorFactory

interface TensorFactory<T : DType, V>(source)

Functions

Link copied to clipboard
abstract fun constructTensor(data: T): Tensor<T, V>
Link copied to clipboard
abstract fun ones(shape: Shape): Tensor<T, V>
Link copied to clipboard
abstract fun zeros(shape: Shape): Tensor<T, V>