DenseTensorDataFactory
Low level DenseTensorDataFactory factories.
Functions
Link copied to clipboard
Creates a tensor from byte array data for various data types.
Link copied to clipboard
Creates a tensor from float array with specified data type (overloaded version).
open override fun <T : DType, V> fromFloatArray(shape: Shape, dtype: KClass<T>, data: FloatArray): TensorData<T, V>
Link copied to clipboard
Creates a tensor from int array with specified data type.
Link copied to clipboard
Link copied to clipboard