Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dannotator.h142 class InterpreterManager {
147 InterpreterManager(const ModelExecutor* selection_executor, in InterpreterManager() function
309 InterpreterManager* interpreter_manager,
321 InterpreterManager* interpreter_manager,
330 InterpreterManager* interpreter_manager, std::vector<Token>* tokens,
339 InterpreterManager* interpreter_manager,
348 CodepointSpan selection_indices, InterpreterManager* interpreter_manager,
356 CodepointSpan selection_indices, InterpreterManager* interpreter_manager,
386 InterpreterManager* interpreter_manager,
Dannotator.cc87 tflite::Interpreter* InterpreterManager::SelectionInterpreter() { in SelectionInterpreter()
98 tflite::Interpreter* InterpreterManager::ClassificationInterpreter() { in ClassificationInterpreter()
715 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection()
842 InterpreterManager* interpreter_manager, std::vector<int>* result) const { in ResolveConflicts()
916 InterpreterManager* interpreter_manager, in ResolveConflict()
1006 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection()
1117 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1191 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1203 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText()
1590 InterpreterManager interpreter_manager(selection_executor_.get(), in ClassifyText()
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
DActivityFlinger.java28 import com.googlecode.android_scripting.activity.InterpreterManager;
65 entries.add(InterpreterManager.class);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DInterpreterManager.java56 public class InterpreterManager extends ListActivity { class
248 FeaturedInterpreters.getInterpreterIcon(InterpreterManager.this, in getView()
DScriptManager.java321 Intent i = new Intent(this, InterpreterManager.class); in onOptionsItemSelected()