Home
last modified time | relevance | path

Searched defs:tensor (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp123 TfLiteTensor* tensor = runner->input_tensor(name); in findInputTensor() local
130 const TfLiteTensor* tensor = runner->output_tensor(name); in findOutputTensor() local
138 TfLiteTensor*>::type tensor) { in getTensorBuffer()
151 void checkTensor(const TfLiteTensor* tensor) { in checkTensor()
335 const auto checkInputTensorSize = [this](const TfLiteTensor* tensor) { in allocateTensors()