Home
last modified time | relevance | path

Searched defs:slot_iterator_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.h404 struct slot_iterator_impl { struct
407 slot_iterator_impl( in slot_iterator_impl() argument
419 slot_iterator_impl() : recurse_(false) {} in slot_iterator_impl() argument
433 slot_iterator_impl old = *this; argument
443 bool return_module() const { in return_module()
446 const SlotCursor& top() const { in top()
449 SlotCursor& top() { in top()
452 IValue cur() const { in cur()
461 void next() { in next()
489 bool valid() const { in valid()
[all …]