|
mxnet
|
Configuration of nnvm as well as basic data structure. More...
#include <dmlc/base.h>#include <dmlc/common.h>#include <dmlc/any.h>#include <dmlc/memory.h>#include <dmlc/logging.h>#include <dmlc/registry.h>#include <dmlc/array_view.h>

Go to the source code of this file.
Namespaces | |
| nnvm | |
Macros | |
| #define | NNVM_STRINGIZE_DETAIL(x) #x |
| #define | NNVM_STRINGIZE(x) NNVM_STRINGIZE_DETAIL(x) |
| #define | NNVM_DESCRIBE(...) describe(__VA_ARGS__ "\n\nFrom:" __FILE__ ":" NNVM_STRINGIZE(__LINE__)) |
| #define | NNVM_ADD_FILELINE "\n\nDefined in " __FILE__ ":L" NNVM_STRINGIZE(__LINE__) |
Configuration of nnvm as well as basic data structure.
Copyright (c) 2016 by Contributors
| #define NNVM_ADD_FILELINE "\n\nDefined in " __FILE__ ":L" NNVM_STRINGIZE(__LINE__) |
| #define NNVM_DESCRIBE | ( | ... | ) | describe(__VA_ARGS__ "\n\nFrom:" __FILE__ ":" NNVM_STRINGIZE(__LINE__)) |
| #define NNVM_STRINGIZE | ( | x | ) | NNVM_STRINGIZE_DETAIL(x) |
| #define NNVM_STRINGIZE_DETAIL | ( | x | ) | #x |
1.8.11