ApplyAlongAxisΒΆ
Apply a function to 1-D slices along the given axis.
Abstract Signature:
ApplyAlongAxis(func1d: Callable, axis: int, arr: Tensor)
PyTorch
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial
Apply a function to 1-D slices along the given axis.
Abstract Signature:
ApplyAlongAxis(func1d: Callable, axis: int, arr: Tensor)
ββ