Searched refs:mInputPressure (Results 1 – 2 of 2) sorted by relevance
173 mInputPressure(inputLength, 0), in TfLiteMotionPredictorBuffers()182 std::fill(mInputPressure.begin(), mInputPressure.end(), 0); in reset()197 std::copy(mInputPressure.begin(), mInputPressure.end(), model.inputPressure().begin()); in copyTo()250 mInputPressure.pushBack(sample.pressure); in pushSample()328 checkTensor<float>(mInputPressure); in allocateTensors()344 checkInputTensorSize(mInputPressure); in allocateTensors()352 mInputPressure = findInputTensor(INPUT_PRESSURE, mRunner); in attachInputTensors()401 return getTensorBuffer<float>(mInputPressure); in inputPressure()
90 RingBuffer<float> mInputPressure; variable155 TfLiteTensor* mInputPressure = nullptr; variable