Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java80 public final class Interpreter extends InterpreterImpl implements InterpreterApi { class
184 public Interpreter(@NonNull File modelFile) { in Interpreter() method in Interpreter
196 public Interpreter(@NonNull File modelFile, Options options) { in Interpreter() method in Interpreter
210 public Interpreter(@NonNull ByteBuffer byteBuffer) { in Interpreter() method in Interpreter
226 public Interpreter(@NonNull ByteBuffer byteBuffer, Options options) { in Interpreter() method in Interpreter
230 private Interpreter(NativeInterpreterWrapperExperimental wrapper) { in Interpreter() method in Interpreter
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dtest_util.mm40 - (void)validateInterpreter:(tflite::Interpreter*)interpreter {
54 - (void)checkInterpreterNotDelegated:(tflite::Interpreter*)interpreter {
/external/tensorflow/tensorflow/lite/
Dsignature_runner.h28 class Interpreter; // Class for friend declarations. variable
145 friend class Interpreter; variable
/external/tensorflow/tensorflow/lite/core/shims/cc/
Dinterpreter.h23 using Interpreter = ::tflite::Interpreter; variable
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DInterpreter.java46 public abstract class Interpreter<V extends Value> { class
60 protected Interpreter(final int api) { in Interpreter() method in Interpreter
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.cc229 -> absl::Status { in InitInterpreter()
255 -> absl::Status { in InitInterpreter()
Dtflite_engine.h63 using Interpreter = tflite::Interpreter; variable
/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/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.cs31 public class Interpreter : IDisposable class
63 public Interpreter(byte[] modelData): this(modelData, default(Options)) {} in Interpreter() method in TensorFlowLite.Interpreter
65 public Interpreter(byte[] modelData, Options options) { in Interpreter() method in TensorFlowLite.Interpreter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift27 public final class Interpreter { class
329 extension Interpreter { extension
/external/tensorflow/tensorflow/lite/tools/optimize/debugging/python/
Ddebugger.py429 def _set_input_tensors(self, interpreter: _interpreter.Interpreter,
464 self, interpreter: _interpreter.Interpreter) -> List[np.ndarray]:
/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/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dnnapi_plugin_test.cc62 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anon19fdbcda0111::SingleAddOpModel
267 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anon19fdbcda0111::MultiplePartitionsModel
/external/llvm/tools/bugpoint/
DBugDriver.h53 AbstractInterpreter *Interpreter; // How to run the program variable
/external/openthread/src/cli/
Dcli.hpp111 class Interpreter : public OutputImplementer, public Utils class
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h179 MangleAndInterner &Mangle, ResultEval Interpreter) in IRSpeculationLayer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h184 ResultEval Interpreter) in IRSpeculationLayer()
/external/python/cpython3/Lib/test/support/
Dinterpreters.py45 class Interpreter: class
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dquantized_transpose_conv_tester.h31 class Interpreter; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTFLiteUtils.cpp78 std::unique_ptr<tflite::Interpreter> Interpreter; member in llvm::TFModelEvaluatorImpl
/external/libchrome-gestures/src/
Dinterpreter.cc25 Interpreter::Interpreter(PropRegistry* prop_reg, in Interpreter() function in gestures::Interpreter
/external/python/cpython3/Doc/whatsnew/
D3.11.rst1494 .. [#load-global] A similar optimization already existed since Python 3.8.
1497 .. [#load-attr] A similar optimization already existed since Python 3.10.
1502 .. _whatsnew311-faster-cpython-misc:

123