Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp335 const auto checkInputTensorSize = [this](const TfLiteTensor* tensor) { in allocateTensors() local
342 checkInputTensorSize(mInputR); in allocateTensors()
343 checkInputTensorSize(mInputPhi); in allocateTensors()
344 checkInputTensorSize(mInputPressure); in allocateTensors()
345 checkInputTensorSize(mInputTilt); in allocateTensors()
346 checkInputTensorSize(mInputOrientation); in allocateTensors()