Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DTfLiteMotionPredictor.cpp256 const std::string modelPath = getModelPath(); in create() local
257 android::base::unique_fd fd(open(modelPath.c_str(), O_RDONLY)); in create()
259 PLOG(FATAL) << "Could not read model from " << modelPath; in create()