Loading...
Searching...
No Matches
14#include "../../../Eigen/Core"
22#include <SYCL/sycl.hpp>
28#include <Eigen/src/Core/util/DisableStupidWarnings.h>
30#include "../SpecialFunctions"
31#include "src/util/CXX11Meta.h"
32#include "src/util/MaxSizeVector.h"
49typedef __int16 int16_t;
50typedef unsigned __int16 uint16_t;
51typedef __int32 int32_t;
52typedef unsigned __int32 uint32_t;
53typedef __int64 int64_t;
54typedef unsigned __int64 uint64_t;
59#if __cplusplus > 199711 || EIGEN_COMP_MSVC >= 1900
65#elif defined(__APPLE__)
66#include <mach/mach_time.h>
71#ifdef EIGEN_USE_THREADS
77#include <cuda_runtime.h>
78#if __cplusplus >= 201103L
84#include "src/Tensor/TensorMacros.h"
85#include "src/Tensor/TensorForwardDeclarations.h"
86#include "src/Tensor/TensorMeta.h"
87#include "src/Tensor/TensorFunctors.h"
88#include "src/Tensor/TensorCostModel.h"
89#include "src/Tensor/TensorDeviceDefault.h"
90#include "src/Tensor/TensorDeviceThreadPool.h"
91#include "src/Tensor/TensorDeviceCuda.h"
92#include "src/Tensor/TensorDeviceSycl.h"
93#include "src/Tensor/TensorIndexList.h"
94#include "src/Tensor/TensorDimensionList.h"
95#include "src/Tensor/TensorDimensions.h"
96#include "src/Tensor/TensorInitializer.h"
97#include "src/Tensor/TensorTraits.h"
98#include "src/Tensor/TensorRandom.h"
99#include "src/Tensor/TensorUInt128.h"
100#include "src/Tensor/TensorIntDiv.h"
101#include "src/Tensor/TensorGlobalFunctions.h"
103#include "src/Tensor/TensorBase.h"
105#include "src/Tensor/TensorEvaluator.h"
106#include "src/Tensor/TensorExpr.h"
107#include "src/Tensor/TensorReduction.h"
108#include "src/Tensor/TensorReductionCuda.h"
109#include "src/Tensor/TensorArgMax.h"
110#include "src/Tensor/TensorConcatenation.h"
111#include "src/Tensor/TensorContractionMapper.h"
112#include "src/Tensor/TensorContractionBlocking.h"
113#include "src/Tensor/TensorContraction.h"
114#include "src/Tensor/TensorContractionThreadPool.h"
115#include "src/Tensor/TensorContractionCuda.h"
116#include "src/Tensor/TensorConversion.h"
117#include "src/Tensor/TensorConvolution.h"
118#include "src/Tensor/TensorFFT.h"
119#include "src/Tensor/TensorPatch.h"
120#include "src/Tensor/TensorImagePatch.h"
121#include "src/Tensor/TensorVolumePatch.h"
122#include "src/Tensor/TensorBroadcasting.h"
123#include "src/Tensor/TensorChipping.h"
124#include "src/Tensor/TensorInflation.h"
125#include "src/Tensor/TensorLayoutSwap.h"
126#include "src/Tensor/TensorMorphing.h"
127#include "src/Tensor/TensorPadding.h"
128#include "src/Tensor/TensorReverse.h"
129#include "src/Tensor/TensorShuffling.h"
130#include "src/Tensor/TensorStriding.h"
131#include "src/Tensor/TensorCustomOp.h"
132#include "src/Tensor/TensorEvalTo.h"
133#include "src/Tensor/TensorForcedEval.h"
134#include "src/Tensor/TensorGenerator.h"
135#include "src/Tensor/TensorAssign.h"
136#include "src/Tensor/TensorScan.h"
138#include "src/Tensor/TensorSycl.h"
139#include "src/Tensor/TensorExecutor.h"
140#include "src/Tensor/TensorDevice.h"
142#include "src/Tensor/TensorStorage.h"
143#include "src/Tensor/Tensor.h"
144#include "src/Tensor/TensorFixedSize.h"
145#include "src/Tensor/TensorMap.h"
146#include "src/Tensor/TensorRef.h"
148#include "src/Tensor/TensorIO.h"
150#include <Eigen/src/Core/util/ReenableStupidWarnings.h>