mxnet
|
This is the complete list of members for mxnet::Symbol, including all inherited members.
Compose(const std::vector< Symbol > &args, const std::string &name) | mxnet::Symbol | |
Compose(const std::unordered_map< std::string, Symbol > &kwargs, const std::string &name) | mxnet::Symbol | |
Copy() const | mxnet::Symbol | |
Create(OperatorProperty *op) | mxnet::Symbol | static |
CreateGroup(const std::vector< Symbol > &symbols) | mxnet::Symbol | static |
CreateVariable(const std::string &name) | mxnet::Symbol | static |
GetAttr(const std::string &key, std::string *out) | mxnet::Symbol | |
GetInternals() const | mxnet::Symbol | |
GetName(std::string *out) | mxnet::Symbol | |
Grad(const std::vector< std::string > &wrt) const | mxnet::Symbol | |
heads_ | mxnet::Symbol | protected |
InferShape(std::vector< TShape > *arg_shapes, std::vector< TShape > *out_shapes, std::vector< TShape > *aux_shapes, bool partial_infer=false) const | mxnet::Symbol | |
InferShape(const std::unordered_map< std::string, TShape > &known_arg_shapes, std::vector< TShape > *arg_shapes, std::vector< TShape > *out_shapes, std::vector< TShape > *aux_shapes, bool partial_infer=false) const | mxnet::Symbol | |
InferType(std::vector< int > *arg_types, std::vector< int > *out_types, std::vector< int > *aux_types) const | mxnet::Symbol | |
InferType(const std::unordered_map< std::string, int > &known_arg_types, std::vector< int > *arg_types, std::vector< int > *out_types, std::vector< int > *aux_types) const | mxnet::Symbol | |
ListArguments() const | mxnet::Symbol | |
ListAttr() | mxnet::Symbol | |
ListAttrShallow() | mxnet::Symbol | |
ListAuxiliaryStates() const | mxnet::Symbol | |
ListOutputs() const | mxnet::Symbol | |
Load(dmlc::JSONReader *reader) | mxnet::Symbol | |
NumOutputs() const | mxnet::Symbol | inline |
operator()(const std::vector< Symbol > &args, const std::string &name) const | mxnet::Symbol | |
operator()(const std::unordered_map< std::string, Symbol > &kwargs, const std::string &name) const | mxnet::Symbol | |
operator[](size_t index) const | mxnet::Symbol | |
Print(std::ostream &os) const | mxnet::Symbol | |
Save(dmlc::JSONWriter *writer) const | mxnet::Symbol | |
SetAttr(const std::string &key, const std::string &value) | mxnet::Symbol | |
StaticGraph class | mxnet::Symbol | friend |