TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | List of all members
Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType > Class Template Reference

#include <TensorBlock.h>

Classes

struct  Dst
 
struct  Src
 

Public Types

enum class  Kind {
  Linear = 0 , Scatter = 1 , FillLinear = 2 , FillScatter = 3 ,
  Gather = 4 , Random = 5
}
 

Static Public Member Functions

template<typename StridedLinearBufferCopy::Kind kind>
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Run (const Dst &dst, const Src &src, const size_t count)
 

Member Enumeration Documentation

◆ Kind

Enumerator
Linear 
Scatter 
FillLinear 
FillScatter 
Gather 
Random 

Member Function Documentation

◆ Run()

template<typename Scalar , typename IndexType >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::StridedLinearBufferCopy< Scalar, IndexType >::Run ( const Dst dst,
const Src src,
const size_t  count 
)
inlinestatic

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