Searched defs:outputLength (Results 1 – 3 of 3) sorted by relevance
142 const size_t outputLength = model->outputLength(); in TEST() local
388 size_t TfLiteMotionPredictorModel::outputLength() const { in outputLength() function in android::TfLiteMotionPredictorModel
231 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0); in LocaleList() local