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

Public Member Functions

def __init__ (self, model, input_record, name='select_record_by_context', check_field_metas=True, use_copy=False, default_output_record_field=None, kwargs)
 
def add_ops (self, net)
 
def add_eval_ops (self, net)
 
def add_train_ops (self, net)
 
def add_ops_to_accumulate_pred (self, net)
 

Public Attributes

 use_copy
 
 default_output_record
 
 output_schema
 

Detailed Description

Allowing model to follow different paths for each instatiation context and
join later at some point. The implementation use `Alias` because schema
sometimes clone fields internally so we need static blob name for output

Definition at line 18 of file select_record_by_context.py.


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