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

#include <packet-inl.h>

Collaboration diagram for mshadow::expr::PacketPlan< Tensor< Device, dim, DType >, DType, Arch >:
Collaboration graph

Public Member Functions

 PacketPlan (const Tensor< Device, dim, DType > &t)
 
MSHADOW_CINLINE packet::Packet< DType, Arch > EvalPacket (index_t y, index_t x) const
 
MSHADOW_CINLINE DType Eval (index_t y, index_t x) const
 

Constructor & Destructor Documentation

template<typename Device , int dim, typename DType , PacketArch Arch>
mshadow::expr::PacketPlan< Tensor< Device, dim, DType >, DType, Arch >::PacketPlan ( const Tensor< Device, dim, DType > &  t)
inlineexplicit

Member Function Documentation

template<typename Device , int dim, typename DType , PacketArch Arch>
MSHADOW_CINLINE DType mshadow::expr::PacketPlan< Tensor< Device, dim, DType >, DType, Arch >::Eval ( index_t  y,
index_t  x 
) const
inline
template<typename Device , int dim, typename DType , PacketArch Arch>
MSHADOW_CINLINE packet::Packet<DType, Arch> mshadow::expr::PacketPlan< Tensor< Device, dim, DType >, DType, Arch >::EvalPacket ( index_t  y,
index_t  x 
) const
inline

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