IterableΒΆ
Check whether or not an object can be iterated over.
Abstract Signature:
Iterable(y)
PyTorch
API:
βStrategy: Macro 'isinstance({y}, (list, tuple, torch.nn.ModuleList, torch.nn.ParameterList))'
Check whether or not an object can be iterated over.
Abstract Signature:
Iterable(y)
β