Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::RNNNetOperator Struct Reference

Struct for operator in a timestep and its dependenceis. More...

#include <recurrent_network_executor_incl.h>

Public Member Functions

 RNNNetOperator (const OperatorDef &def, int order)
 
 RNNNetOperator (const RNNNetOperator &x)
 

Data Fields

int order
 
std::shared_ptr< OperatorBaseop = nullptr
 
bool link_op
 
int num_dynamic_inputs = 0
 
int num_recurrent_inputs = 0
 
std::atomic< int > proc_inputs
 
std::vector< int > dependencies
 
std::vector< int > parents
 
bool frontier = true
 
bool has_timestep_blob = false
 

Detailed Description

Struct for operator in a timestep and its dependenceis.

Definition at line 13 of file recurrent_network_executor_incl.h.


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