|
mxnet
|
support of plain packet that use the plain datatype. More...


Go to the source code of this file.
Classes | |
| struct | mshadow::packet::Packet< DType, kPlain > |
Namespaces | |
| mshadow | |
| overloaded + operator between half_t and bf16_t | |
| mshadow::packet | |
| namespace of packet math | |
Functions | |
| template<typename DType > | |
| MSHADOW_CINLINE Packet< DType, kPlain > | mshadow::packet::operator+ (const Packet< DType, kPlain > &lhs, const Packet< DType, kPlain > &rhs) |
| template<typename DType > | |
| MSHADOW_CINLINE Packet< DType, kPlain > | mshadow::packet::operator- (const Packet< DType, kPlain > &lhs, const Packet< DType, kPlain > &rhs) |
| template<typename DType > | |
| MSHADOW_CINLINE Packet< DType, kPlain > | mshadow::packet::operator* (const Packet< DType, kPlain > &lhs, const Packet< DType, kPlain > &rhs) |
| template<typename DType > | |
| MSHADOW_CINLINE Packet< DType, kPlain > | mshadow::packet::operator/ (const Packet< DType, kPlain > &lhs, const Packet< DType, kPlain > &rhs) |
support of plain packet that use the plain datatype.
1.8.13