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

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