/external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/ |
D | Interpreter.java | 56 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/ |
D | Interpreter.cpp | 51 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 47 Interpreter::Interpreter(Module *M) in Interpreter() function in Interpreter
|
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/ |
D | Interpreter.java | 35 public class Interpreter implements InterpreterPropertyNames { class 48 public Interpreter() { in Interpreter() method in Interpreter
|
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/ |
D | Interpreter.java | 47 public interface Interpreter { interface
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Interpreter.java | 49 public class Interpreter implements TokenSource { class 74 public Interpreter(Grammar grammar, IntStream input) { in Interpreter() method in Interpreter
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.h | 53 AbstractInterpreter *Interpreter; // How to run the program variable
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | BugDriver.h | 52 AbstractInterpreter *Interpreter; // How to run the program variable
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 504 Interpreter = 0x2 enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 449 Interpreter = 0x2 enumerator
|
/external/tensorflow/tensorflow/contrib/lite/ |
D | interpreter.cc | 70 Interpreter::Interpreter(ErrorReporter* error_reporter) in Interpreter() function in tflite::Interpreter
|
/external/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 688 class Interpreter(parser.TraceDumper): class
|
/external/v8/src/ |
D | isolate.h | 98 class Interpreter; variable
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 90 Interpreter::Interpreter(Isolate* isolate) : isolate_(isolate) { in Interpreter() function in v8::internal::interpreter::Interpreter
|