Searched refs:modelPath (Results 1 – 1 of 1) sorted by relevance
256 const std::string modelPath = getModelPath(); in create() local257 android::base::unique_fd fd(open(modelPath.c_str(), O_RDONLY)); in create()259 PLOG(FATAL) << "Could not read model from " << modelPath; in create()