/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | Interpreter.java | 78 public final class Interpreter implements AutoCloseable { class 147 public Interpreter(@NonNull File modelFile) { in Interpreter() method in Interpreter 160 public Interpreter(@NonNull File modelFile, int numThreads) { in Interpreter() method in Interpreter 170 public Interpreter(@NonNull File modelFile, Options options) { in Interpreter() method in Interpreter 181 public Interpreter(@NonNull ByteBuffer byteBuffer) { in Interpreter() method in Interpreter 197 public Interpreter(@NonNull ByteBuffer byteBuffer, int numThreads) { in Interpreter() method in Interpreter 211 public Interpreter(@NonNull MappedByteBuffer mappedByteBuffer) { in Interpreter() method in Interpreter 223 public Interpreter(@NonNull ByteBuffer byteBuffer, Options options) { in Interpreter() method in Interpreter
|
/external/v8/src/interpreter/ |
D | setup-interpreter.h | 15 class Interpreter; variable
|
D | interpreter.cc | 50 Interpreter::Interpreter(Isolate* isolate) : isolate_(isolate) { in Interpreter() function in v8::internal::interpreter::Interpreter
|
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ |
D | interpreter_wrapper.h | 38 class Interpreter; variable
|
/external/v8/src/snapshot/ |
D | builtin-snapshot-utils.h | 21 using Interpreter = interpreter::Interpreter; variable
|
/external/v8/src/ |
D | setup-isolate.h | 17 class Interpreter; variable
|
/external/tensorflow/tensorflow/lite/python/optimize/ |
D | calibration_wrapper.h | 38 class Interpreter; variable
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 47 Interpreter::Interpreter(Module *M) in Interpreter() function in Interpreter
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 51 Interpreter::Interpreter(std::unique_ptr<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/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
D | Interpreter.cs | 28 public class Interpreter : IDisposable class 35 public Interpreter(byte[] modelData) { in Interpreter() method in TensorFlowLite.Interpreter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 55 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
|
/external/skqp/src/sksl/ |
D | SkSLInterpreter.h | 54 …Interpreter(std::unique_ptr<Program> program, SkRasterPipeline* pipeline, std::vector<Value>* stac… in Interpreter() function
|
/external/skia/src/sksl/ |
D | SkSLInterpreter.h | 54 …Interpreter(std::unique_ptr<Program> program, SkRasterPipeline* pipeline, std::vector<Value>* stac… in Interpreter() function
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | Interpreter.java | 49 public class Interpreter implements TokenSource { class 75 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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | BugDriver.h | 55 AbstractInterpreter *Interpreter; // How to run the program variable
|
/external/tensorflow/tensorflow/lite/python/ |
D | interpreter.py | 51 class Interpreter(object): class
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | profile_summarizer_test.cc | 105 TEST(ProfileSummarizerTest, Interpreter) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/ |
D | Interpreter.swift | 19 public final class Interpreter { class
|
/external/harfbuzz_ng/src/ |
D | hb-cff-interp-common.hh | 733 struct Interpreter { struct 735 ~Interpreter() { fini (); } in ~Interpreter() 737 void fini () { env.fini (); } in fini() 739 ENV env;
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 449 Interpreter = 0x2 enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 517 Interpreter = 0x2 enumerator
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 504 Interpreter = 0x2 enumerator
|