mxnet
mxnet::NDArray Member List

This is the complete list of members for mxnet::NDArray, including all inherited members.

AsArray(const TShape &shape, int dtype) const mxnet::NDArrayinline
At(index_t idx) const mxnet::NDArray
AtWithRecord(index_t idx)mxnet::NDArray
aux_data(size_t i) const mxnet::NDArrayinline
aux_ndarray(size_t i) const mxnet::NDArray
aux_shape(size_t index) const mxnet::NDArrayinline
aux_shapes() const mxnet::NDArrayinline
aux_type(size_t i) const mxnet::NDArrayinline
aux_types() const mxnet::NDArrayinline
CheckAndAlloc() const mxnet::NDArrayinline
CheckAndAlloc(const std::vector< TShape > &aux_shapes) const mxnet::NDArrayinline
CheckAndAllocAuxData(size_t i, const TShape &aux_shape) const mxnet::NDArrayinline
CheckAndAllocData(const TShape &storage_shape) const mxnet::NDArrayinline
Copy(Context ctx) const mxnet::NDArray
ctx() const mxnet::NDArrayinline
data() const mxnet::NDArrayinline
data_ndarray() const mxnet::NDArray
Detach() const mxnet::NDArrayinline
dtype() const mxnet::NDArrayinline
fresh_out_grad() const mxnet::NDArray
get_autograd_symbol() const mxnet::NDArray
grad() const mxnet::NDArray
Imperative classmxnet::NDArrayfriend
is_none() const mxnet::NDArrayinline
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::NDArraystatic
NDArray()mxnet::NDArrayinline
NDArray(const TShape &shape, Context ctx, bool delay_alloc=false, int dtype=mshadow::default_type_flag)mxnet::NDArrayinline
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::NDArrayinline
NDArray(const TBlob &data, int dev_id)mxnet::NDArrayinline
NDArray(const NDArrayStorageType stype, const TShape &shape, const TBlob &data, const std::vector< TBlob > &aux_data, int dev_id)mxnet::NDArrayinline
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::NDArrayinline
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::NDArraystatic
set_aux_shape(size_t index, const TShape &shape) const mxnet::NDArrayinline
set_fresh_out_grad(bool state) const mxnet::NDArray
shape() const mxnet::NDArrayinline
Slice(index_t begin, index_t end) const mxnet::NDArray
SliceWithRecord(index_t begin, index_t end)mxnet::NDArray
storage_initialized() const mxnet::NDArrayinline
storage_shape() const mxnet::NDArrayinline
storage_type() const mxnet::NDArrayinline
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::NDArrayinline
WaitToRead() const mxnet::NDArrayinline
WaitToWrite() const mxnet::NDArrayinline