TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst Struct Reference

#include <TensorBlock.h>

Public Member Functions

 Dst (const Dimensions &dst_dims, const Dimensions &dst_strides, Scalar *dst, IndexType dst_offset=0)
 

Public Attributes

Dimensions dims
 
Dimensions strides
 
Scalardata
 
IndexType offset
 

Constructor & Destructor Documentation

◆ Dst()

template<typename Scalar , typename IndexType , int NumDims, int Layout>
Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::Dst ( const Dimensions dst_dims,
const Dimensions dst_strides,
Scalar dst,
IndexType  dst_offset = 0 
)
inline

Member Data Documentation

◆ data

template<typename Scalar , typename IndexType , int NumDims, int Layout>
Scalar* Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::data

◆ dims

template<typename Scalar , typename IndexType , int NumDims, int Layout>
Dimensions Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::dims

◆ offset

template<typename Scalar , typename IndexType , int NumDims, int Layout>
IndexType Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::offset

◆ strides

template<typename Scalar , typename IndexType , int NumDims, int Layout>
Dimensions Eigen::internal::TensorBlockIO< Scalar, IndexType, NumDims, Layout >::Dst::strides

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