Searched refs:TfLiteMotionPredictorModel (Results 1 – 5 of 5) sorted by relevance
189 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::TfLiteMotionPredictorModel316 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 …]
160 mModel = TfLiteMotionPredictorModel::create(); in record()
54 class TfLiteMotionPredictorModel; variable76 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,
123 std::unique_ptr<TfLiteMotionPredictorModel> mModel;
86 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()