/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | PythonFallbackKernel.cpp | 73 auto* interpreter = ivalue.unsafeToTensorImpl()->pyobj_slot()->pyobj_interpreter(); in pythonFallback() local 85 auto* interpreter = nv.unsafeToTensorImpl()->pyobj_slot()->pyobj_interpreter(); in pythonFallback() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/gpu/ |
H A D | GpuDelegateTest.java | 137 Interpreter interpreter = in testDelegateSerialization() local 172 Interpreter interpreter = new Interpreter(MOBILENET_QUANTIZED_MODEL_BUFFER, options); in createInterpreterWithDelegate() local
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/whl_installer/ |
H A D | platform.py | 32 def interpreter(cls) -> "OS": member in OS 55 def interpreter(cls) -> "Arch": member in Arch
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | sensor_jump_filter_interpreter_unittest.cc | 56 SensorJumpFilterInterpreter interpreter(nullptr, base_interpreter, nullptr); in TEST() local 119 SensorJumpFilterInterpreter interpreter(nullptr, base_interpreter, nullptr); in TEST() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
H A D | tflite_engine.cc | 71 Interpreter* interpreter = this->interpreter(); in GetInputs() local 82 Interpreter* interpreter = this->interpreter(); in GetOutputs() local
|
/aosp_15_r20/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/ |
H A D | CheckFrameAnalyzer.java | 101 private final Interpreter<V> interpreter; field in CheckFrameAnalyzer 112 CheckFrameAnalyzer(final Interpreter<V> interpreter) { in CheckFrameAnalyzer()
|
/aosp_15_r20/external/libtextclassifier/native/utils/intents/ |
H A D | intent-generator.cc | 212 std::unique_ptr<AnnotatorJniEnvironment> interpreter( in GenerateIntents() local 243 std::unique_ptr<ActionsJniLuaEnvironment> interpreter( in GenerateIntents() local
|
/aosp_15_r20/external/XNNPACK/bench/ |
H A D | elu.cc | 220 std::unique_ptr<tflite::Interpreter> interpreter; in tflite_elu_f32() local 326 std::unique_ptr<tflite::Interpreter> interpreter; in tflite_elu_qs8() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/ |
H A D | profile_summarizer_test.cc | 112 auto interpreter = m.GetInterpreter(); in TEST() local 134 auto interpreter = m.GetInterpreter(); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Tests/ |
H A D | InterpreterTests.swift | 21 var interpreter: Interpreter! variable 48 let interpreter = try Interpreter(modelPath: AddQuantizedModel.path, options: options) in testInitWithOptions() variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ |
H A D | interpreter_wrapper.cc | 101 std::unique_ptr<Interpreter> interpreter; in CreateInterpreter() local 235 auto interpreter = in CreateInterpreterWrapper() local 252 std::unique_ptr<Interpreter> interpreter) in InterpreterWrapper()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
H A D | parse_testdata.cc | 154 TfLiteStatus FeedExample(tflite::Interpreter* interpreter, in FeedExample() 189 TfLiteStatus CheckOutputs(tflite::Interpreter* interpreter, in CheckOutputs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/ |
D | CommandObject.h | 415 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument 432 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/ |
D | CommandObject.h | 415 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument 432 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/ |
D | CommandObject.h | 397 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument 414 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/ |
D | CommandObject.h | 415 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument 432 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() argument
|
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/vcard/com.android.vcard/android_common_apex33/javac/ |
D | com.android.vcard.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/vcard/com.android.vcard/android_common/javac/ |
D | com.android.vcard.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/ |
H A D | tensor_jni.cc | 47 InterpreterTensorHandle(Interpreter* interpreter, int tensor_index) in InterpreterTensorHandle() 85 TensorHandle(Interpreter* interpreter, int tensor_index) { in TensorHandle() 474 Interpreter* interpreter = reinterpret_cast<Interpreter*>(interpreter_handle); in Java_org_tensorflow_lite_TensorImpl_create() local
|
/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
H A D | Analyzer.java | 57 private final Interpreter<V> interpreter; field in Analyzer 88 public Analyzer(final Interpreter<V> interpreter) { in Analyzer()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | parse_testdata.cc | 156 TfLiteStatus FeedExample(tflite::Interpreter* interpreter, in FeedExample() 191 TfLiteStatus CheckOutputs(tflite::Interpreter* interpreter, in CheckOutputs()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | test_util.cc | 349 int CountPartitionsDelegatedTo(Interpreter* interpreter, in CountPartitionsDelegatedTo() 362 int CountPartitionsExecutedByCpuKernel(const Interpreter* interpreter) { in CountPartitionsExecutedByCpuKernel()
|
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
HD | asm-analysis-8.0.1.jar | ... org.objectweb.asm.tree.analysis.Interpreter interpreter
private org.objectweb.asm.tree. ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/ow2/asm/asm-analysis/9.6/ |
HD | asm-analysis-9.6.jar | ... org.objectweb.asm.tree.analysis.Interpreter interpreter
private org.objectweb.asm.tree. ... |
/aosp_15_r20/out/soong/.intermediates/external/ow2-asm/ow2-asm-analysis/linux_glibc_common/local-javac-header/ |
D | ow2-asm-analysis.jar | ... org.objectweb.asm.tree.analysis.Interpreter interpreter
private org.objectweb.asm.tree. ... |