ForiLoopΒΆ
Functional loop from lower to upper bound.
Abstract Signature:
ForiLoop(lower: int, upper: int, body_fun: Callable, init_val)
PyTorch
API:
βStrategy: Plugin (transform_for_loop)
Functional loop from lower to upper bound.
Abstract Signature:
ForiLoop(lower: int, upper: int, body_fun: Callable, init_val)
β