Searched refs:StartIndices (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMorphing.h | 310 template<typename StartIndices, typename Sizes, typename XprType> 311 struct traits<TensorSlicingOp<StartIndices, Sizes, XprType> > : public traits<XprType> 319 static const int NumDimensions = array_size<StartIndices>::value; 324 template<typename StartIndices, typename Sizes, typename XprType> 325 struct eval<TensorSlicingOp<StartIndices, Sizes, XprType>, Eigen::Dense> 327 typedef const TensorSlicingOp<StartIndices, Sizes, XprType>EIGEN_DEVICE_REF type; 330 template<typename StartIndices, typename Sizes, typename XprType> 331 struct nested<TensorSlicingOp<StartIndices, Sizes, XprType>, 1, typename eval<TensorSlicingOp<Start… 333 typedef TensorSlicingOp<StartIndices, Sizes, XprType> type; 340 template<typename StartIndices, typename Sizes, typename XprType> [all …]
|
D | TensorBase.h | 886 template <typename StartIndices, typename Sizes> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 887 const TensorSlicingOp<const StartIndices, const Sizes, const Derived> 888 slice(const StartIndices& startIndices, const Sizes& sizes) const { in slice() 889 …return TensorSlicingOp<const StartIndices, const Sizes, const Derived>(derived(), startIndices, si… in slice() 891 …template <typename StartIndices, typename StopIndices, typename Strides> EIGEN_DEVICE_FUNC EIGEN_S… 892 … const TensorStridingSlicingOp<const StartIndices, const StopIndices, const Strides, const Derived> 893 …stridedSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& stri… in stridedSlice() 894 return TensorStridingSlicingOp<const StartIndices, const StopIndices, const Strides, in stridedSlice() 1064 template <typename StartIndices, typename Sizes> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 1065 const TensorSlicingOp<const StartIndices, const Sizes, const Derived> [all …]
|
D | TensorForwardDeclarations.h | 78 template<typename StartIndices, typename Sizes, typename XprType> class TensorSlicingOp; 83 template<typename StartIndices, typename StopIndices, typename Strides, typename XprType> class Ten…
|
D | README.md | 1460 ### <Operation> slice(const StartIndices& offsets, const Sizes& extents)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 227 std::vector<unsigned> StartIndices; member 560 RS.StartIndices.push_back(Leaf->SuffixIdx); in advance() 1024 for (const unsigned &StartIdx : RS.StartIndices) { in findCandidates()
|