FromFunctionΒΆ
Construct an array by executing a function over each coordinate.
Abstract Signature:
FromFunction(function: Callable, shape: Tuple[int], dtype)
Construct an array by executing a function over each coordinate.
Abstract Signature:
FromFunction(function: Callable, shape: Tuple[int], dtype)