Public Types | Static Public Attributes | List of all members
Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > > Struct Template Reference

#include <TensorConvolution.h>

Public Types

enum  { Flags = 0 }
 
typedef remove_reference< LhsNested >::type _LhsNested
 
typedef remove_reference< RhsNested >::type _RhsNested
 
typedef promote_index_type< typename traits< InputXprType >::Index, typename traits< KernelXprType >::Index >::type Index
 
typedef InputXprType::Nested LhsNested
 
typedef KernelXprType::Nested RhsNested
 
typedef promote_storage_type< typename InputXprType::Scalar, typename KernelXprType::Scalar >::ret Scalar
 
typedef promote_storage_type< typename traits< InputXprType >::StorageKind, typename traits< KernelXprType >::StorageKind >::ret StorageKind
 

Static Public Attributes

static const int Layout = traits<InputXprType>::Layout
 
static const int NumDimensions = traits<InputXprType>::NumDimensions
 

Detailed Description

template<typename Dimensions, typename InputXprType, typename KernelXprType>
struct Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >

Definition at line 219 of file TensorConvolution.h.

Member Typedef Documentation

template<typename Dimensions , typename InputXprType , typename KernelXprType >
typedef remove_reference<LhsNested>::type Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::_LhsNested

Definition at line 230 of file TensorConvolution.h.

template<typename Dimensions , typename InputXprType , typename KernelXprType >
typedef remove_reference<RhsNested>::type Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::_RhsNested

Definition at line 231 of file TensorConvolution.h.

template<typename Dimensions , typename InputXprType , typename KernelXprType >
typedef promote_index_type<typename traits<InputXprType>::Index, typename traits<KernelXprType>::Index>::type Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::Index

Definition at line 227 of file TensorConvolution.h.

template<typename Dimensions , typename InputXprType , typename KernelXprType >
typedef InputXprType::Nested Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::LhsNested

Definition at line 228 of file TensorConvolution.h.

template<typename Dimensions , typename InputXprType , typename KernelXprType >
typedef KernelXprType::Nested Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::RhsNested

Definition at line 229 of file TensorConvolution.h.

template<typename Dimensions , typename InputXprType , typename KernelXprType >
typedef promote_storage_type<typename InputXprType::Scalar, typename KernelXprType::Scalar>::ret Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::Scalar

Definition at line 223 of file TensorConvolution.h.

template<typename Dimensions , typename InputXprType , typename KernelXprType >
typedef promote_storage_type<typename traits<InputXprType>::StorageKind, typename traits<KernelXprType>::StorageKind>::ret Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::StorageKind

Definition at line 225 of file TensorConvolution.h.

Member Enumeration Documentation

template<typename Dimensions , typename InputXprType , typename KernelXprType >
anonymous enum
Enumerator
Flags 

Definition at line 235 of file TensorConvolution.h.

Member Data Documentation

template<typename Dimensions , typename InputXprType , typename KernelXprType >
const int Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::Layout = traits<InputXprType>::Layout
static

Definition at line 233 of file TensorConvolution.h.

template<typename Dimensions , typename InputXprType , typename KernelXprType >
const int Eigen::internal::traits< TensorConvolutionOp< Dimensions, InputXprType, KernelXprType > >::NumDimensions = traits<InputXprType>::NumDimensions
static

Definition at line 232 of file TensorConvolution.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:52