mxnet
|
This is the complete list of members for mxnet::NDArray, including all inherited members.
AsArray(const TShape &shape, int dtype) const | mxnet::NDArray | inline |
At(index_t idx) const | mxnet::NDArray | |
AtWithRecord(index_t idx) | mxnet::NDArray | |
aux_data(size_t i) const | mxnet::NDArray | inline |
aux_ndarray(size_t i) const | mxnet::NDArray | |
aux_shape(size_t index) const | mxnet::NDArray | inline |
aux_shapes() const | mxnet::NDArray | inline |
aux_type(size_t i) const | mxnet::NDArray | inline |
aux_types() const | mxnet::NDArray | inline |
byte_offset() const | mxnet::NDArray | inline |
CheckAndAlloc() const | mxnet::NDArray | inline |
CheckAndAlloc(const std::vector< TShape > &aux_shapes) const | mxnet::NDArray | inline |
CheckAndAllocAuxData(size_t i, const TShape &aux_shape) const | mxnet::NDArray | inline |
CheckAndAllocData(const TShape &storage_shape) const | mxnet::NDArray | inline |
Copy(Context ctx) const | mxnet::NDArray | |
ctx() const | mxnet::NDArray | inline |
data() const | mxnet::NDArray | inline |
data_ndarray() const | mxnet::NDArray | |
Detach() const | mxnet::NDArray | inline |
dtype() const | mxnet::NDArray | inline |
fresh_out_grad() const | mxnet::NDArray | |
get_autograd_symbol() const | mxnet::NDArray | |
grad() const | mxnet::NDArray | |
Imperative class | mxnet::NDArray | friend |
is_none() const | mxnet::NDArray | inline |
IsSame(const NDArray &other) const | mxnet::NDArray | inline |
IsView() const | mxnet::NDArray | inline |
LegacyLoad(dmlc::Stream *strm, const uint32_t magic) | mxnet::NDArray | |
Load(dmlc::Stream *strm) | mxnet::NDArray | |
Load(dmlc::Stream *fi, std::vector< NDArray > *data, std::vector< std::string > *keys) | mxnet::NDArray | static |
NDArray() | mxnet::NDArray | inline |
NDArray(const TShape &shape, Context ctx, bool delay_alloc=false, int dtype=mshadow::default_type_flag) | mxnet::NDArray | inline |
NDArray(const NDArrayStorageType stype, const TShape &shape, Context ctx, bool delay_alloc=true, int dtype=mshadow::default_type_flag, std::vector< int > aux_types={}, std::vector< TShape > aux_shapes={}, TShape storage_shape=TShape(mshadow::Shape1(0))) | mxnet::NDArray | |
NDArray(const TBlob &data, int dev_id) | mxnet::NDArray | inline |
NDArray(int shared_pid, int shared_id, const TShape &shape, int dtype) | mxnet::NDArray | inline |
NDArray(const NDArrayStorageType stype, const TShape &shape, const TBlob &data, const std::vector< TBlob > &aux_data, int dev_id) | mxnet::NDArray | inline |
operator*=(const NDArray &src) | mxnet::NDArray | |
operator*=(const real_t &src) | mxnet::NDArray | |
operator+=(const NDArray &src) | mxnet::NDArray | |
operator+=(const real_t &src) | mxnet::NDArray | |
operator-=(const NDArray &src) | mxnet::NDArray | |
operator-=(const real_t &src) | mxnet::NDArray | |
operator/=(const NDArray &src) | mxnet::NDArray | |
operator/=(const real_t &src) | mxnet::NDArray | |
operator=(real_t scalar) | mxnet::NDArray | |
Reshape(const TShape &shape) const | mxnet::NDArray | |
ReshapeAndAlloc(const TShape &shape) | mxnet::NDArray | inline |
ReshapeWithRecord(const TShape &shape) | mxnet::NDArray | |
Save(dmlc::Stream *strm) const | mxnet::NDArray | |
Save(dmlc::Stream *fo, const std::vector< NDArray > &data, const std::vector< std::string > &names) | mxnet::NDArray | static |
set_aux_shape(size_t index, const TShape &shape) const | mxnet::NDArray | inline |
set_fresh_out_grad(bool state) const | mxnet::NDArray | |
shape() const | mxnet::NDArray | inline |
Slice(index_t begin, index_t end) const | mxnet::NDArray | |
SliceWithRecord(index_t begin, index_t end) | mxnet::NDArray | |
SparseUpdateChunk(const NDArray &arr) const | mxnet::NDArray | inline |
storage_handle() const | mxnet::NDArray | inline |
storage_initialized() const | mxnet::NDArray | inline |
storage_shape() const | mxnet::NDArray | inline |
storage_type() const | mxnet::NDArray | inline |
SyncCheckFormat(const bool full_check) const | mxnet::NDArray | |
SyncCopyFromCPU(const void *data, size_t size) const | mxnet::NDArray | |
SyncCopyFromNDArray(const NDArray &src, int i=-1, int j=-1) | mxnet::NDArray | |
SyncCopyToCPU(void *data, size_t size) const | mxnet::NDArray | |
var() const | mxnet::NDArray | inline |
WaitToRead() const | mxnet::NDArray | inline |
WaitToWrite() const | mxnet::NDArray | inline |