mxnet
|
Environment arguments that is used by the function. These can be things like scalar arguments when add a value with scalar. More...
#include <operator_util.h>
Public Attributes | |
real_t | scalar |
scalar argument, if enabled More... | |
std::vector< std::pair< std::string, std::string > > | kwargs |
keyword arguments More... | |
std::vector< Resource > | resource |
pointer to the resources requested More... | |
Environment arguments that is used by the function. These can be things like scalar arguments when add a value with scalar.
std::vector<std::pair<std::string, std::string> > mxnet::op::EnvArguments::kwargs |
keyword arguments
std::vector<Resource> mxnet::op::EnvArguments::resource |
pointer to the resources requested
real_t mxnet::op::EnvArguments::scalar |
scalar argument, if enabled