Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A 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() argument
184 InterpreterMeta meta_; argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dtest_util.mm40 - (void)validateInterpreter:(tflite::Interpreter*)interpreter {
54 - (void)checkInterpreterNotDelegated:(tflite::Interpreter*)interpreter {
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsignature_runner.h28 class Interpreter; // Class for friend declarations. variable
145 friend class Interpreter; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A 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
/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
H A DInterpreter.java46 public abstract class Interpreter<V extends Value> { class
60 protected Interpreter(final int api) { in Interpreter() method in Interpreter
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
H A DInterpreter.java35 public class Interpreter implements InterpreterPropertyNames { class
48 public Interpreter() { in Interpreter() method in Interpreter
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc229 -> absl::Status { in InitInterpreter()
255 -> absl::Status { in InitInterpreter()
H A Dtflite_engine.h63 using Interpreter = tflite::Interpreter; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift27 public final class Interpreter { class
329 extension Interpreter { extension
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/debugging/python/
H A Ddebugger.py429 def _set_input_tensors(self, interpreter: _interpreter.Interpreter,
464 self, interpreter: _interpreter.Interpreter) -> List[np.ndarray]:
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java49 public class Interpreter implements TokenSource { class
75 public Interpreter(Grammar grammar, IntStream input) { in Interpreter() method in Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dnnapi_plugin_test.cc62 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anonbab52b7c0111::SingleAddOpModel
267 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() function in tflite::__anonbab52b7c0111::MultiplePartitionsModel
/aosp_15_r20/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:
/aosp_15_r20/external/pytorch/torch/fx/
H A D__init__.py88 from .interpreter import Interpreter as Interpreter, Transformer as Transformer unknown
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/shims/cc/
H A Dinterpreter.h23 using Interpreter = ::tflite::Interpreter; variable
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp51 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/aosp_15_r20/external/executorch/exir/verification/
H A Dinterpreter.py128 class Interpreter: class
/aosp_15_r20/external/llvm/tools/bugpoint/
H A DBugDriver.h53 AbstractInterpreter *Interpreter; // How to run the program variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Interpreter/
DValue.h52 class Interpreter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Interpreter/
DValue.h52 class Interpreter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Interpreter/
DValue.h52 class Interpreter; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Interpreter/
DValue.h52 class Interpreter; variable

123456