Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp332 checkTensor<float>(mOutputPhi); in allocateTensors()
359 mOutputPhi = findOutputTensor(OUTPUT_PHI, mRunner); in attachOutputTensors()
417 return getTensorBuffer<const float>(mOutputPhi); in outputPhi()
/frameworks/native/include/input/
DTfLiteMotionPredictor.h160 const TfLiteTensor* mOutputPhi = nullptr; variable