All the possible information needed by Operator.Forward and Backward This is the superset of RunContext. We use this data structure to bookkeep everything needed by Forward and Backward.  
 More...
#include <op_attr_types.h>
All the possible information needed by Operator.Forward and Backward This is the superset of RunContext. We use this data structure to bookkeep everything needed by Forward and Backward. 
- See also
 - Resource 
 
 
template<typename xpu > 
| mshadow::Stream<xpu>* mxnet::OpContext::get_stream  | 
( | 
 | ) | 
 const | 
 
 
 | 
inline  | 
 
get mshadow stream from Context 
- Returns
 - the mshadow stream 
 
- Template Parameters
 - 
| xpu | the device type of the stream  | 
 
 
 
the callback when operation completes, used by asynchronize ops 
 
 
| bool mxnet::OpContext::is_train | 
 
whether it is training phase 
 
 
| bool mxnet::OpContext::need_grad | 
 
whether there is a backward phase to compute gradients. 
 
 
| std::vector<Resource> mxnet::OpContext::requested | 
 
Resources requested by the operator. 
 
 
The documentation for this struct was generated from the following file: