Home
last modified time | relevance | path

Searched defs:type2indexpair (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorIndexList.h52 struct type2indexpair { struct
53 static const Index first = f;
54 static const Index second = s;
60 EIGEN_DEVICE_FUNC void set(const IndexPair<Index>& val) { in set()