Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DReduce.cpp57 const uint32_t numAxes = getNumberOfElements(axesShape); in compute() local
139 const uint32_t numAxes = getNumberOfElements(axesShape); in prepare() local
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java1167 final int numAxes = mMotionRanges.size(); in toString() local