Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp333 checkTensor<float>(mOutputPressure); in allocateTensors()
360 mOutputPressure = findOutputTensor(OUTPUT_PRESSURE, mRunner); in attachOutputTensors()
421 return getTensorBuffer<const float>(mOutputPressure); in outputPressure()
/frameworks/native/include/input/
DTfLiteMotionPredictor.h161 const TfLiteTensor* mOutputPressure = nullptr; variable