mxnet
|
definition of symbol More...
#include <map>
#include <string>
#include <vector>
#include "mxnet-cpp/base.h"
#include "mxnet-cpp/ndarray.h"
#include "mxnet-cpp/op_map.h"
Go to the source code of this file.
Classes | |
struct | mxnet::cpp::SymBlob |
struct to store SymbolHandle More... | |
class | mxnet::cpp::Symbol |
Symbol interface. More... | |
Namespaces | |
mxnet | |
namespace of mxnet | |
mxnet::cpp | |
Functions | |
Symbol | mxnet::cpp::operator+ (mx_float lhs, const Symbol &rhs) |
Symbol | mxnet::cpp::operator- (mx_float lhs, const Symbol &rhs) |
Symbol | mxnet::cpp::operator* (mx_float lhs, const Symbol &rhs) |
Symbol | mxnet::cpp::operator/ (mx_float lhs, const Symbol &rhs) |
Symbol | mxnet::cpp::operator% (mx_float lhs, const Symbol &rhs) |
definition of symbol