Searched refs:mInputR (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/input/ |
D | TfLiteMotionPredictor.cpp | 171 : mInputR(inputLength, 0), in TfLiteMotionPredictorBuffers() 180 std::fill(mInputR.begin(), mInputR.end(), 0); in reset() 190 LOG_ALWAYS_FATAL_IF(mInputR.size() != model.inputLength(), in copyTo() 191 "Buffer length %zu doesn't match model input length %zu", mInputR.size(), in copyTo() 195 std::copy(mInputR.begin(), mInputR.end(), model.inputR().begin()); in copyTo() 248 mInputR.pushBack(r); in pushSample() 326 checkTensor<float>(mInputR); in allocateTensors() 342 checkInputTensorSize(mInputR); in allocateTensors() 350 mInputR = findInputTensor(INPUT_R, mRunner); in attachInputTensors() 385 return getTensorBuffer<const float>(mInputR).size(); in inputLength() [all …]
|
/frameworks/native/include/input/ |
D | TfLiteMotionPredictor.h | 88 RingBuffer<float> mInputR; variable 153 TfLiteTensor* mInputR = nullptr; variable
|