TensorDataFactory
Interface for tensor data factory used by the DSL
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun <T : DType, V> fromFloatArray(shape: Shape, dtype: KClass<T>, data: FloatArray): TensorData<T, V>
Link copied to clipboard
Link copied to clipboard