mxnet
Public Member Functions | List of all members
mshadow::expr::PacketPlan< ExpType, DType, Arch > Class Template Reference

#include <packet-inl.h>

Collaboration diagram for mshadow::expr::PacketPlan< ExpType, DType, Arch >:
Collaboration graph

Public Member Functions

MSHADOW_CINLINE packet::Packet< DType, Arch > EvalPacket (index_t y, index_t x) const
 evaluate the expression at index [y][x], x will be aligned to Packet<DType, Arch>::Size() More...
 
MSHADOW_CINLINE DType Eval (index_t y, index_t x) const
 

Member Function Documentation

template<typename ExpType, typename DType, PacketArch Arch>
MSHADOW_CINLINE DType mshadow::expr::PacketPlan< ExpType, DType, Arch >::Eval ( index_t  y,
index_t  x 
) const
template<typename ExpType, typename DType, PacketArch Arch>
MSHADOW_CINLINE packet::Packet<DType, Arch> mshadow::expr::PacketPlan< ExpType, DType, Arch >::EvalPacket ( index_t  y,
index_t  x 
) const

evaluate the expression at index [y][x], x will be aligned to Packet<DType, Arch>::Size()


The documentation for this class was generated from the following file: