Searched refs:mInputPhi (Results 1 – 2 of 2) sorted by relevance
172 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()
89 RingBuffer<float> mInputPhi; variable154 TfLiteTensor* mInputPhi = nullptr; variable