Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnspecifiedDimensions.cpp85 constexpr uint32_t kDimABad = 3; variable
247 setDim.push_back(mBadIndex != index ? kDimAGood : kDimABad); in getType()
261 n *= (d == 0 ? (mBadIndex != index ? kDimAGood : kDimABad) : d); in getSize()