Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila::Dnn::Serialization::ModelArchive::ScopedScope Class Reference
Collaboration diagram for Mila::Dnn::Serialization::ModelArchive::ScopedScope:

Public Member Functions

 ScopedScope (const ScopedScope &)=delete
 ScopedScope (ModelArchive &archive, const std::string &scope)
 ScopedScope (ScopedScope &&other) noexcept
 ~ScopedScope ()
ScopedScopeoperator= (const ScopedScope &)=delete

Private Attributes

bool active_
ModelArchivearchive_

Detailed Description

Constructor & Destructor Documentation

◆ ScopedScope() [1/3]

Mila::Dnn::Serialization::ModelArchive::ScopedScope::ScopedScope ( ModelArchive & archive,
const std::string & scope )
inline
Examples
/__w/Mila/Mila/Mila/Src/Dnn/Serialization/ModelArchive.ixx.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~ScopedScope()

Mila::Dnn::Serialization::ModelArchive::ScopedScope::~ScopedScope ( )
inline

◆ ScopedScope() [2/3]

Mila::Dnn::Serialization::ModelArchive::ScopedScope::ScopedScope ( const ScopedScope & )
delete
Here is the call graph for this function:

◆ ScopedScope() [3/3]

Mila::Dnn::Serialization::ModelArchive::ScopedScope::ScopedScope ( ScopedScope && other)
inlinenoexcept
Here is the call graph for this function:

Member Function Documentation

◆ operator=()

ScopedScope & Mila::Dnn::Serialization::ModelArchive::ScopedScope::operator= ( const ScopedScope & )
delete
Examples
/__w/Mila/Mila/Mila/Src/Dnn/Serialization/ModelArchive.ixx.
Here is the call graph for this function:

Member Data Documentation

◆ active_

bool Mila::Dnn::Serialization::ModelArchive::ScopedScope::active_
private

◆ archive_

ModelArchive& Mila::Dnn::Serialization::ModelArchive::ScopedScope::archive_
private

The documentation for this class was generated from the following file: