ComputationContextDsl

Functions

Link copied to clipboard
abstract fun <T : DType, V> tensor(dtype: KClass<T>, content: TensorFactoryContext<T, V>.() -> Tensor<T, V>): Tensor<T, V>
Link copied to clipboard
inline fun <T : DType, V> ComputationContextDsl.tensor(noinline content: TensorFactoryContext<T, V>.() -> Tensor<T, V>): Tensor<T, V>