TensorContraction.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::NoOpOutputKernel
 
struct  Eigen::TensorContractionEvaluatorBase< Derived >
 
class  Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType, OutputKernelType >
 
struct  Eigen::TensorContractionParams
 
struct  Eigen::TensorEvaluator< const TensorContractionOp< Indices, LeftArgType, RightArgType, OutputKernelType >, Device >
 

Namespaces

 Eigen
 : TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend
 
 Eigen::internal
 

Macros

#define TENSOR_CONTRACTION_ASYNC_DISPATCH(METHOD, DONE, ALIGNMENT, ARGS, FN)
 
#define TENSOR_CONTRACTION_DISPATCH(METHOD, ALIGNMENT, ARGS)
 

Macro Definition Documentation

◆ TENSOR_CONTRACTION_ASYNC_DISPATCH

#define TENSOR_CONTRACTION_ASYNC_DISPATCH (   METHOD,
  DONE,
  ALIGNMENT,
  ARGS,
  FN 
)

Definition at line 669 of file TensorContraction.h.

◆ TENSOR_CONTRACTION_DISPATCH

#define TENSOR_CONTRACTION_DISPATCH (   METHOD,
  ALIGNMENT,
  ARGS 
)

Definition at line 636 of file TensorContraction.h.