tensor

inline fun <T : DType, V> DataContextDsl.tensor(noinline content: TensorFactoryContext<T, V>.() -> Tensor<T, V>): Tensor<T, V>(source)
inline fun <T : DType, V> DataContextDsl.tensor(name: String, noinline content: TensorFactoryContext<T, V>.() -> Tensor<T, V>): Tensor<T, V>(source)
fun <T : DType, V> tensor(executionContext: ExecutionContext, dtype: KClass<T>, content: TensorDefineDsl<T, V>.() -> Tensor<T, V>): Tensor<T, V>(source)