HomeSort by relevance Sort by last modified time
    Searched refs:InterpreterManager (Results 1 - 5 of 5) sorted by null

  /external/libtextclassifier/
text-classifier.h 82 class InterpreterManager {
87 InterpreterManager(const ModelExecutor* selection_executor,
204 InterpreterManager* interpreter_manager,
214 InterpreterManager* interpreter_manager,
222 InterpreterManager* interpreter_manager,
231 CodepointSpan selection_indices, InterpreterManager* interpreter_manager,
237 InterpreterManager* interpreter_manager,
266 InterpreterManager* interpreter_manager,
text-classifier.cc 52 tflite::Interpreter* InterpreterManager::SelectionInterpreter() {
63 tflite::Interpreter* InterpreterManager::ClassificationInterpreter() {
461 InterpreterManager interpreter_manager(selection_executor_.get(),
547 InterpreterManager* interpreter_manager, std::vector<int>* result) const {
594 int end_index, InterpreterManager* interpreter_manager,
650 InterpreterManager* interpreter_manager, std::vector<Token>* tokens,
754 InterpreterManager* interpreter_manager,
820 CodepointSpan selection_indices, InterpreterManager* interpreter_manager,
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
ActivityFlinger.java 28 import com.googlecode.android_scripting.activity.InterpreterManager;
65 entries.add(InterpreterManager.class);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
InterpreterManager.java 56 public class InterpreterManager extends ListActivity {
248 FeaturedInterpreters.getInterpreterIcon(InterpreterManager.this,
ScriptManager.java 321 Intent i = new Intent(this, InterpreterManager.class);

Completed in 1981 milliseconds