Home
last modified time | relevance | path

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

123

/external/pytorch/aten/src/ATen/functorch/
DInterpreter.h123 struct Interpreter { struct
125 static Interpreter Vmap(int64_t level, c10::SymInt batchSize, RandomnessType randomness) { in Vmap() argument
128 static Interpreter Grad(int64_t level, bool prevGradMode) { in Grad() argument
131 static Interpreter Jvp(int64_t level, bool prevFwdGradMode) { in Jvp() argument
134 static Interpreter Functionalize(int64_t level, bool functionalizeAddBackViews) { in Functionalize() argument
141 const InterpreterMeta& meta() const { return meta_; } in meta() argument
159 // An Interpreter is alive if we are currently inside the ongoing transform argument
173 explicit Interpreter() = default; argument
176 explicit Interpreter(TransformType type, int64_t level, InterpreterMeta meta): in Interpreter() function
184 InterpreterMeta meta_; argument
/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/sandboxed-api/sandboxed_api/sandbox2/
Dbpf_evaluator.cc66 class Interpreter { class
68 Interpreter(absl::Span<const sock_filter> prog, in Interpreter() function in sandbox2::bpf::__anonb01512a30111::Interpreter
/external/pytorch/torch/fx/
D__init__.py88 from .interpreter import Interpreter as Interpreter, Transformer as Transformer unknown
/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/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/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/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::__anondd9e45fc0111::SingleAddOpModel
267 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anondd9e45fc0111::MultiplePartitionsModel
/external/executorch/exir/verification/
Dinterpreter.py128 class Interpreter: class
/external/llvm/tools/bugpoint/
DBugDriver.h53 AbstractInterpreter *Interpreter; // How to run the program variable
/external/openthread/src/cli/
Dcli.hpp106 class Interpreter : public OutputImplementer, public Utils class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h184 ResultEval Interpreter) in IRSpeculationLayer()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h179 MangleAndInterner &Mangle, ResultEval Interpreter) in IRSpeculationLayer()
/external/python/cpython3/Lib/test/support/interpreters/
D__init__.py101 class Interpreter: class

123