Home
last modified time | relevance | path

Searched defs:outputLength (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/tests/
DTfLiteMotionPredictor_test.cpp142 const size_t outputLength = model->outputLength(); in TEST() local
/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp388 size_t TfLiteMotionPredictorModel::outputLength() const { in outputLength() function in android::TfLiteMotionPredictorModel
/frameworks/base/core/java/android/os/
DLocaleList.java231 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList() local