Home
last modified time | relevance | path

Searched defs:Interpreter (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java56 public final class Interpreter implements AutoCloseable { class
63 public Interpreter(@NotNull File modelFile) { in Interpreter() method in Interpreter
76 public Interpreter(@NotNull MappedByteBuffer mappedByteBuffer) { in Interpreter() method in Interpreter
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp51 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp47 Interpreter::Interpreter(Module *M) in Interpreter() function in Interpreter
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreter.java35 public class Interpreter implements InterpreterPropertyNames { class
48 public Interpreter() { in Interpreter() method in Interpreter
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DInterpreter.java47 public interface Interpreter { interface
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DInterpreter.java49 public class Interpreter implements TokenSource { class
74 public Interpreter(Grammar grammar, IntStream input) { in Interpreter() method in Interpreter
/external/llvm/tools/bugpoint/
DBugDriver.h53 AbstractInterpreter *Interpreter; // How to run the program variable
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.h52 AbstractInterpreter *Interpreter; // How to run the program variable
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h504 Interpreter = 0x2 enumerator
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h449 Interpreter = 0x2 enumerator
/external/tensorflow/tensorflow/contrib/lite/
Dinterpreter.cc70 Interpreter::Interpreter(ErrorReporter* error_reporter) in Interpreter() function in tflite::Interpreter
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py688 class Interpreter(parser.TraceDumper): class
/external/v8/src/
Disolate.h98 class Interpreter; variable
/external/v8/src/interpreter/
Dinterpreter.cc90 Interpreter::Interpreter(Isolate* isolate) : isolate_(isolate) { in Interpreter() function in v8::internal::interpreter::Interpreter