Companion

Functions

Link copied to clipboard
fun <T : DType, V> of(inputs: List<FuncInput>, build: (args: Functional.Args<T, V>, ctx: ExecutionContext) -> Tensor<T, V>): Functional<T, V>

Factory to create a Functional from input specs and a compute lambda.