Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::jit::Scope Struct Reference
Inheritance diagram for torch::jit::Scope:
c10::intrusive_ptr_target

Public Member Functions

 Scope (ScopePtr parent, Symbol name)
 
ScopePtr push (Symbol name)
 
ScopePtr parent ()
 
bool isRoot () const
 
bool isBlank () const
 
ScopePtr getRoot ()
 
size_t getDepth ()
 
Symbol name () const
 
std::string namesFromRoot (const std::string &separator="/") const
 

Additional Inherited Members

- Protected Member Functions inherited from c10::intrusive_ptr_target
 intrusive_ptr_target (intrusive_ptr_target &&other) noexcept
 
intrusive_ptr_targetoperator= (intrusive_ptr_target &&other) noexcept
 
 intrusive_ptr_target (const intrusive_ptr_target &other) noexcept
 
intrusive_ptr_targetoperator= (const intrusive_ptr_target &other) noexcept
 

Detailed Description

Definition at line 20 of file scope.h.


The documentation for this struct was generated from the following files: