Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java79 public final class Interpreter implements AutoCloseable { class
151 public Interpreter(@NonNull File modelFile) { in Interpreter() method in Interpreter
164 public Interpreter(@NonNull File modelFile, int numThreads) { in Interpreter() method in Interpreter
176 public Interpreter(@NonNull File modelFile, Options options) { in Interpreter() method in Interpreter
190 public Interpreter(@NonNull ByteBuffer byteBuffer) { in Interpreter() method in Interpreter
206 public Interpreter(@NonNull ByteBuffer byteBuffer, int numThreads) { in Interpreter() method in Interpreter
220 public Interpreter(@NonNull MappedByteBuffer mappedByteBuffer) { in Interpreter() method in Interpreter
235 public Interpreter(@NonNull ByteBuffer byteBuffer, Options options) { in Interpreter() method in Interpreter
/external/tensorflow/tensorflow/lite/experimental/tflite_api_dispatcher/
Dtflite_api_dispatcher.h38 using Interpreter = tflrt::TfLiteInterpreterAPI; variable
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h42 class Interpreter; variable
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.h38 class Interpreter; variable
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp51 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs28 public class Interpreter : IDisposable class
35 public Interpreter(byte[] modelData) { in Interpreter() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DInterpreter.swift19 public final class Interpreter { class
261 extension Interpreter { extension
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp55 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/external/skqp/src/sksl/
DSkSLInterpreter.h54Interpreter(std::unique_ptr<Program> program, SkRasterPipeline* pipeline, std::vector<Value>* stac… in Interpreter() function
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterpreter.java49 public class Interpreter implements TokenSource { class
75 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-7.0/llvm/tools/bugpoint/
DBugDriver.h55 AbstractInterpreter *Interpreter; // How to run the program variable
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py169 class Interpreter(object): class
/external/skia/src/sksl/
DSkSLByteCode.h64 friend class Interpreter; variable
390 friend class Interpreter; variable
DSkSLInterpreter.h212 Interpreter(std::unique_ptr<ByteCode> code) in Interpreter() function
/external/tensorflow/tensorflow/lite/profiling/
Dprofile_summarizer_test.cc105 TEST(ProfileSummarizerTest, Interpreter) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h517 Interpreter = 0x2 enumerator
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h504 Interpreter = 0x2 enumerator
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc74 Interpreter::Interpreter(ErrorReporter* error_reporter) in Interpreter() function in tflite::Interpreter
/external/v8/src/interpreter/
Dinterpreter.cc65 Interpreter::Interpreter(Isolate* isolate) in Interpreter() function in v8::internal::interpreter::Interpreter
/external/skia/src/core/
DSkRasterPipeline.h167 class Interpreter; variable
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py709 class Interpreter(parser.TraceDumper): class
/external/python/cpython3/Lib/test/
Dtest__xxsubinterpreters.py101 class Interpreter(namedtuple('Interpreter', 'name id')): class
/external/v8/src/execution/
Disolate.h116 class Interpreter; variable