Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dvariadic_templates_tools.hpp139 template<std::size_t...> struct index_tuple{ typedef index_tuple type; }; struct
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Deinsum.cc489 for (auto index_tuple : index_tuples) { in ProdShapeWithIndexInTuple() local