Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DReduce.cpp135 std::vector<bool> shouldReduce(inputRank); in prepare() local
143 shouldReduce[axis] = true; in prepare()
151 if (shouldReduce[axis]) { in prepare()