Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
caffe2.python.modeling.parameter_sharing.ParameterSharingContext Class Reference
Inheritance diagram for caffe2.python.modeling.parameter_sharing.ParameterSharingContext:

Public Member Functions

def __init__ (self)
 
def get_parameter_name (self, name)
 
def add_scope_overrides (self, shared_scopes)
 
def pop (self)
 

Detailed Description

This class manages scope driven way of parameter sharing across different
NameScopes.

Definition at line 14 of file parameter_sharing.py.


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