Home
last modified time | relevance | path

Searched refs:NumCoords (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorEvaluator.h37 static const int NumCoords = internal::traits<Derived>::NumDimensions > 0 ? member
44 CoordAccess = NumCoords > 0,
88 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co… in coeff()
97 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(const array<DenseIndex, NumCoords>& coords)… in coeffRef()
157 static const int NumCoords = internal::traits<Derived>::NumDimensions > 0 ?
164 CoordAccess = NumCoords > 0,
198 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h207 uint8_t NumCoords; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td62 let Fields = ["Dim", "NumCoords", "NumGradients", "DA"];
DSIISelLowering.cpp4641 (BaseOpcode->Coordinates ? DimInfo->NumCoords : 0) + in lowerImage()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td459 bits<8> NumCoords = !size(CoordSliceArgs);