NDArrayData Class Reference#
|
Runtime Library v0.30
Mobilint SDK qb
|
mobilint::internal::NDArrayData Class Reference
A class representing the data underlying an NDArray. More...
#include <ndarray.h>
Public Member Functions | |
| NDArrayData (int64_t bytesize, StatusCode &sc) | |
| NDArrayData (std::shared_ptr< void > data) | |
| NDArrayData (void *ptr) | |
| NDArrayData (const NDArrayData &other)=default | |
| NDArrayData (NDArrayData &&other) noexcept=default | |
| NDArrayData & | operator= (const NDArrayData &other) |
| NDArrayData & | operator= (NDArrayData &&other) noexcept=default |
| void * | data () const |
Detailed Description
A class representing the data underlying an NDArray.
This class is responsible for holding the raw memory buffer or pointer for an NDArray. It is an internal implementation detail and is not intended for direct use by external code.
Do not use this class directly; please use NDArray instead.
Constructor & Destructor Documentation
◆ NDArrayData() [1/2]
|
inlineexplicit |
◆ NDArrayData() [2/2]
|
inlineexplicit |
Member Function Documentation
◆ data()
|
inline |
The documentation for this class was generated from the following file:
Generated by