mxnet
Public Attributes | List of all members
mxnet::op::EnvArguments Struct Reference

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>

Collaboration diagram for mxnet::op::EnvArguments:
Collaboration graph

Public Attributes

real_t scalar
 scalar argument, if enabled More...
 
std::vector< std::pair< std::string, std::string > > kwargs
 keyword arguments More...
 
std::vector< Resourceresource
 pointer to the resources requested More...
 

Detailed Description

Environment arguments that is used by the function. These can be things like scalar arguments when add a value with scalar.

Member Data Documentation

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


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