/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | Interpreter.h | 123 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 D | Interpreter.java | 80 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 D | test_util.mm | 40 - (void)validateInterpreter:(tflite::Interpreter*)interpreter { 54 - (void)checkInterpreterNotDelegated:(tflite::Interpreter*)interpreter {
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | signature_runner.h | 28 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 D | Interpreter.cs | 31 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 D | Interpreter.java | 46 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 D | Interpreter.java | 35 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 D | tflite_engine.cc | 229 -> absl::Status { in InitInterpreter() 255 -> absl::Status { in InitInterpreter()
|
H A D | tflite_engine.h | 63 using Interpreter = tflite::Interpreter; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/ |
H A D | Interpreter.swift | 27 public final class Interpreter { class 329 extension Interpreter { extension
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/debugging/python/ |
H A D | debugger.py | 429 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 D | Interpreter.java | 49 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 D | nnapi_plugin_test.cc | 62 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/ |
D | 3.11.rst | 1494 .. [#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__.py | 88 from .interpreter import Interpreter as Interpreter, Transformer as Transformer unknown
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/shims/cc/ |
H A D | interpreter.h | 23 using Interpreter = ::tflite::Interpreter; variable
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.cpp | 51 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 D | Interpreter.cpp | 54 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 D | Interpreter.cpp | 54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
|
/aosp_15_r20/external/executorch/exir/verification/ |
H A D | interpreter.py | 128 class Interpreter: class
|
/aosp_15_r20/external/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 53 AbstractInterpreter *Interpreter; // How to run the program variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Interpreter/ |
D | Value.h | 52 class Interpreter; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Interpreter/ |
D | Value.h | 52 class Interpreter; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Interpreter/ |
D | Value.h | 52 class Interpreter; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Interpreter/ |
D | Value.h | 52 class Interpreter; variable
|