Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp189 void TfLiteMotionPredictorBuffers::copyTo(TfLiteMotionPredictorModel& model) const { in copyTo()
255 std::unique_ptr<TfLiteMotionPredictorModel> TfLiteMotionPredictorModel::create() { in create()
288 return std::unique_ptr<TfLiteMotionPredictorModel>( in create()
289 new TfLiteMotionPredictorModel(std::move(modelBuffer), std::move(config))); in create()
292 TfLiteMotionPredictorModel::TfLiteMotionPredictorModel( in TfLiteMotionPredictorModel() function in android::TfLiteMotionPredictorModel
316 TfLiteMotionPredictorModel::~TfLiteMotionPredictorModel() {} in ~TfLiteMotionPredictorModel()
318 void TfLiteMotionPredictorModel::allocateTensors() { in allocateTensors()
349 void TfLiteMotionPredictorModel::attachInputTensors() { in attachInputTensors()
357 void TfLiteMotionPredictorModel::attachOutputTensors() { in attachOutputTensors()
363 bool TfLiteMotionPredictorModel::invoke() { in invoke()
[all …]
DMotionPredictor.cpp160 mModel = TfLiteMotionPredictorModel::create(); in record()
/frameworks/native/include/input/
DTfLiteMotionPredictor.h54 class TfLiteMotionPredictorModel; variable
76 void copyTo(TfLiteMotionPredictorModel& model) const;
100 class TfLiteMotionPredictorModel {
116 static std::unique_ptr<TfLiteMotionPredictorModel> create();
118 ~TfLiteMotionPredictorModel();
146 explicit TfLiteMotionPredictorModel(std::unique_ptr<android::base::MappedFile> model,
DMotionPredictor.h123 std::unique_ptr<TfLiteMotionPredictorModel> mModel;
/frameworks/native/libs/input/tests/
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()