Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestUnspecifiedDimensions.cpp82 constexpr uint32_t kDimABad = 3; variable
224 setDim.push_back(mBadIndex != index ? kDimAGood : kDimABad); in getType()
238 n *= (d == 0 ? (mBadIndex != index ? kDimAGood : kDimABad) : d); in getSize()