Searched refs:InterpreterManager (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | annotator.h | 64 class InterpreterManager { 69 InterpreterManager(const ModelExecutor* selection_executor, in InterpreterManager() function 270 InterpreterManager* interpreter_manager, 282 InterpreterManager* interpreter_manager, 291 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, 305 InterpreterManager* interpreter_manager, 323 InterpreterManager* interpreter_manager, 355 InterpreterManager* interpreter_manager,
|
D | annotator.cc | 134 tflite::Interpreter* InterpreterManager::SelectionInterpreter() { in SelectionInterpreter() 145 tflite::Interpreter* InterpreterManager::ClassificationInterpreter() { in ClassificationInterpreter() 878 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection() 1056 const BaseOptions& options, InterpreterManager* interpreter_manager, in ResolveConflicts() 1137 InterpreterManager* interpreter_manager, in ResolveConflict() 1246 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection() 1422 InterpreterManager* interpreter_manager, in ModelClassifyText() 1443 InterpreterManager* interpreter_manager, in ModelClassifyText() 1901 InterpreterManager interpreter_manager(selection_executor_.get(), in ClassifyText() 1947 const AnnotationOptions& options, InterpreterManager* interpreter_manager, in ModelAnnotate() [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ |
D | ActivityFlinger.java | 28 import com.googlecode.android_scripting.activity.InterpreterManager; 65 entries.add(InterpreterManager.class);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | InterpreterManager.java | 56 public class InterpreterManager extends ListActivity { class 248 FeaturedInterpreters.getInterpreterIcon(InterpreterManager.this, in getView()
|
D | ScriptManager.java | 321 Intent i = new Intent(this, InterpreterManager.class); in onOptionsItemSelected()
|