Eigen::internal::OuterReducer< Self, Op, Device > Struct Template Reference

#include <TensorReduction.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC bool run (const Self &, Op &, const Device &, typename Self::CoeffReturnType *, typename Self::Index, typename Self::Index)
 

Static Public Attributes

static constexpr bool HasOptimizedImplementation = false
 

Member Function Documentation

◆ run()

template<typename Self , typename Op , typename Device >
static EIGEN_DEVICE_FUNC bool Eigen::internal::OuterReducer< Self, Op, Device >::run ( const Self &  ,
Op &  ,
const Device &  ,
typename Self::CoeffReturnType *  ,
typename Self::Index  ,
typename Self::Index   
)
inlinestatic
446  {
447  eigen_assert(false && "Not implemented");
448  return true;
449  }
#define eigen_assert(x)
Definition: Macros.h:910

References eigen_assert.

Referenced by Eigen::internal::OuterReducer< Self, Op, Eigen::SyclDevice >::run().

Member Data Documentation

◆ HasOptimizedImplementation

template<typename Self , typename Op , typename Device >
constexpr bool Eigen::internal::OuterReducer< Self, Op, Device >::HasOptimizedImplementation = false
staticconstexpr

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