Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp172 mInputPhi(inputLength, 0), in TfLiteMotionPredictorBuffers()
181 std::fill(mInputPhi.begin(), mInputPhi.end(), 0); in reset()
196 std::copy(mInputPhi.begin(), mInputPhi.end(), model.inputPhi().begin()); in copyTo()
249 mInputPhi.pushBack(phi); in pushSample()
327 checkTensor<float>(mInputPhi); in allocateTensors()
343 checkInputTensorSize(mInputPhi); in allocateTensors()
351 mInputPhi = findInputTensor(INPUT_PHI, mRunner); in attachInputTensors()
397 return getTensorBuffer<float>(mInputPhi); in inputPhi()
/frameworks/native/include/input/
DTfLiteMotionPredictor.h89 RingBuffer<float> mInputPhi; variable
154 TfLiteTensor* mInputPhi = nullptr; variable