mxnet
|
TBlob class that holds common representation of arbirary dimension tensor, can be used to transformed to normal fixed dimenson tensor. More...
#include <dmlc/logging.h>
#include <dmlc/json.h>
#include <dlpack/dlpack.h>
#include <vector>
#include <iostream>
#include <utility>
#include <algorithm>
#include "./base.h"
Go to the source code of this file.
Classes | |
class | mxnet::TBlob |
tensor blob class that can be used to hold tensor of any dimension, any device and any data type, This is a weak type that can be used to transfer data through interface TBlob itself do not involve any arithmentic operations, but it can be converted to tensor of fixed dimension for further operations More... | |
class | dmlc::parameter::FieldEntry< mxnet::TShape > |
Namespaces | |
mxnet | |
namespace of mxnet | |
dmlc | |
dmlc::parameter | |
Functions | |
dmlc::DMLC_DECLARE_TYPE_NAME (mxnet::TShape,"Shape(tuple)") | |
dmlc::DMLC_DECLARE_TYPE_NAME (nnvm::Tuple< int >,"Shape(tuple)") | |
dmlc::DMLC_DECLARE_TYPE_NAME (nnvm::Tuple< dmlc::optional< int >>,"Shape(tuple)") | |
TBlob class that holds common representation of arbirary dimension tensor, can be used to transformed to normal fixed dimenson tensor.