Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/input/
H A DTfLiteMotionPredictor.cpp189 void TfLiteMotionPredictorBuffers::copyTo(TfLiteMotionPredictorModel& model) const { in copyTo()
255 std::unique_ptr<TfLiteMotionPredictorModel> TfLiteMotionPredictorModel::create() { in create()
289 return std::unique_ptr<TfLiteMotionPredictorModel>( in create()
290 new TfLiteMotionPredictorModel(std::move(modelBuffer), std::move(config))); in create()
293 TfLiteMotionPredictorModel::TfLiteMotionPredictorModel( in TfLiteMotionPredictorModel() function in android::TfLiteMotionPredictorModel
317 TfLiteMotionPredictorModel::~TfLiteMotionPredictorModel() {} in ~TfLiteMotionPredictorModel()
319 void TfLiteMotionPredictorModel::allocateTensors() { in allocateTensors()
350 void TfLiteMotionPredictorModel::attachInputTensors() { in attachInputTensors()
358 void TfLiteMotionPredictorModel::attachOutputTensors() { in attachOutputTensors()
364 bool TfLiteMotionPredictorModel::invoke() { in invoke()
[all …]
H A DMotionPredictor.cpp157 mModel = TfLiteMotionPredictorModel::create(); in initializeObjects()
/aosp_15_r20/frameworks/native/include/input/
H A DTfLiteMotionPredictor.h54 class TfLiteMotionPredictorModel; variable
76 void copyTo(TfLiteMotionPredictorModel& model) const;
100 class TfLiteMotionPredictorModel {
119 static std::unique_ptr<TfLiteMotionPredictorModel> create();
121 ~TfLiteMotionPredictorModel();
149 explicit TfLiteMotionPredictorModel(std::unique_ptr<android::base::MappedFile> model,
H A DMotionPredictor.h128 std::unique_ptr<TfLiteMotionPredictorModel> mModel;
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DTfLiteMotionPredictor_test.cpp86 std::unique_ptr<TfLiteMotionPredictorModel> model = TfLiteMotionPredictorModel::create(); in TEST()
130 std::unique_ptr<TfLiteMotionPredictorModel> model = TfLiteMotionPredictorModel::create(); in TEST()
149 std::unique_ptr<TfLiteMotionPredictorModel> model = TfLiteMotionPredictorModel::create(); in TEST()
H A DMotionPredictor_test.cpp299 std::unique_ptr<TfLiteMotionPredictorModel> testTfLiteModel = in TEST_WITH_FLAGS()
300 TfLiteMotionPredictorModel::create(); in TEST_WITH_FLAGS()