mxnet
Classes | Namespaces | Functions
plain-inl.h File Reference

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

#include "../base.h"
#include "../packet-inl.h"
Include dependency graph for plain-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::packet::Packet< DType, kPlain >
 

Namespaces

 mshadow
 namespace for mshadow
 
 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)
 

Detailed Description

support of plain packet that use the plain datatype.

Copyright (c) 2014 by Contributors