Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
H A DMainActivity.java343 String modelPath = updatedSettingsFields.getModelFilePath(); in checkForUpdateAndReloadModel()
348 || !modelPath.equals(mCurrentSettingsFields.getModelFilePath()) in checkForUpdateAndReloadModel()
352 updatedSettingsFields.getModelFilePath(), in checkForUpdateAndReloadModel()
H A DSettingsFields.java13 public String getModelFilePath() { in getModelFilePath() method in SettingsFields
H A DSettingsActivity.java103 mModelFilePath = mSettingsFields.getModelFilePath(); in setupSettings()