Shortcuts

Template Struct slot_iterator_impl

Page Contents

Struct Documentation

template<typename Policy>
struct slot_iterator_impl

Public Types

using SlotCursor = detail::SlotCursor
using value_type = typename Policy::value_type

Public Functions

inline slot_iterator_impl(Module root, bool recurse, bool return_module)
inline slot_iterator_impl()
inline value_type operator*() const
inline value_type operator->() const
inline slot_iterator_impl &operator++()
inline slot_iterator_impl operator++(int)

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources