DataDefinitionContextDslImpl

Constructors

Link copied to clipboard
constructor(executionContext: ExecutionContext)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T : DType, V> matrix(rows: Long, columns: Long, dtype: KClass<T>, content: TensorCreationScope<T, V>.() -> Tensor<T, V>): Tensor<T, V>
Link copied to clipboard
open override fun <T : DType, V> scalar(value: V, dtype: KClass<T>): Tensor<T, V>
Link copied to clipboard
open override fun <T : DType, V> tensor(dtype: KClass<T>, content: TensorFactoryContext<T, V>.() -> Tensor<T, V>): Tensor<T, V>
open override fun <T : DType, V> tensor(dtype: KClass<T>, name: String, content: TensorFactoryContext<T, V>.() -> Tensor<T, V>): Tensor<T, V>
Link copied to clipboard
open override fun <T : DType, V> vector(length: Long, dtype: KClass<T>, content: TensorCreationScope<T, V>.() -> Tensor<T, V>): Tensor<T, V>