Home
last modified time | relevance | path

Searched refs:axes_set (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dreduce_tester.h69 std::unordered_set<int32_t> axes_set(Axes().cbegin(), Axes().cend()); in OutputShape()
71 if (axes_set.count(i) != 0) { in OutputShape()
84 std::unordered_set<int32_t> axes_set(Axes().cbegin(), Axes().cend()); in OutputSize()
86 if (axes_set.count(i) == 0) { in OutputSize()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc276 llvm::SmallSet<uint64_t, 4> axes_set; in ShapeMatchesReduceWithKeepAxes() local
278 axes_set.insert(a.getZExtValue()); in ShapeMatchesReduceWithKeepAxes()
283 if (axes_set.contains(i)) { in ShapeMatchesReduceWithKeepAxes()