|
mxnet
|
#include <plain-inl.h>

Public Member Functions | |
| Packet (void) | |
| Packet (DType data) | |
| MSHADOW_CINLINE Packet< DType, kPlain > & | operator= (DType s) |
| MSHADOW_CINLINE void | Store (DType *dst) const |
| MSHADOW_CINLINE DType | Sum () const |
Static Public Member Functions | |
| static MSHADOW_CINLINE Packet< DType, kPlain > | Fill (DType s) |
| static MSHADOW_CINLINE Packet< DType, kPlain > | Load (const DType *src) |
| static MSHADOW_CINLINE Packet< DType, kPlain > | LoadUnAligned (const DType *src) |
Public Attributes | |
| DType | data_ |
| The internal data. More... | |
Static Public Attributes | |
| static constexpr index_t | size = 1 |
| number of float in vector More... | |
|
inline |
|
inlineexplicit |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
| DType mshadow::packet::Packet< DType, kPlain >::data_ |
The internal data.
|
static |
number of float in vector
1.8.11