Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp151 void checkTensor(const TfLiteTensor* tensor) { in checkTensor() function
326 checkTensor<float>(mInputR); in allocateTensors()
327 checkTensor<float>(mInputPhi); in allocateTensors()
328 checkTensor<float>(mInputPressure); in allocateTensors()
329 checkTensor<float>(mInputTilt); in allocateTensors()
330 checkTensor<float>(mInputOrientation); in allocateTensors()
331 checkTensor<float>(mOutputR); in allocateTensors()
332 checkTensor<float>(mOutputPhi); in allocateTensors()
333 checkTensor<float>(mOutputPressure); in allocateTensors()