Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.h64 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,
Dannotator.cc134 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/
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()