Home
last modified time | relevance | path

Searched defs:interpreter (Results 151 – 175 of 420) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/libchrome-gestures/src/
H A Dtrend_classifying_filter_interpreter_unittest.cc37 TrendClassifyingFilterInterpreter interpreter( in TEST() local
H A Dlogging_filter_interpreter_unittest.cc39 LoggingFilterInterpreter interpreter(&prop_reg, base_interpreter, nullptr); in TEST() local
H A Dactivity_replay_unittest.cc69 Interpreter* interpreter = c_interpreter->interpreter(); in TEST() local
H A Dt5r2_correcting_filter_interpreter_unittest.cc68 std::unique_ptr<T5R2CorrectingFilterInterpreter> interpreter; in TEST() local
H A Dfinger_merge_filter_interpreter_unittest.cc49 FingerMergeFilterInterpreter interpreter(nullptr, base_interpreter, nullptr); in TEST() local
H A Dstationary_wiggle_filter_interpreter_unittest.cc55 StationaryWiggleFilterInterpreter interpreter( in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/apps/TestApp/TestApp/
H A DViewController.m77 @property(nonatomic) TFLInterpreter *interpreter; property
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_signature_runner_test.cc36 TfLiteInterpreter* interpreter = TfLiteInterpreterCreate(model, options); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/python/
H A Dlabel_image.py88 interpreter = tf.lite.Interpreter( variable
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dtflite_wrapper.h97 std::unique_ptr<tflite::Interpreter> interpreter, in TfLiteWrapper()
/aosp_15_r20/external/armnn/samples/ImageClassification/
H A Drun_classifier.py116 def run_inference(interpreter, input_image): argument
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/
H A Dtflite_inference_main.cc50 std::unique_ptr<tflite::Interpreter> interpreter; in RunWithRandomInputs() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Ddelegate_test_util.h97 auto interpreter = std::make_unique<Interpreter>(); in NewInterpreterWithDefaultDelegates() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dmlir_tflite_runner.cc139 std::unique_ptr<tflite::Interpreter> interpreter; in main() local
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DInterpretedTemplate.java64 TemplateInterpreter interpreter = in render() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
H A Dimage_tensor_specs.cc138 const TfLiteEngine::Interpreter& interpreter, in BuildInputImageTensorSpecs()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dplatform.cc30 namespace interpreter { namespace
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DIntentBuilders.java100 public static Intent buildInterpreterShortcutIntent(Interpreter interpreter, in buildInterpreterShortcutIntent()
/aosp_15_r20/external/python/cpython3/Mac/PythonLauncher/
DPreferencesWindowController.m76 - (NSString *) interpreter { return [interpreter stringValue];}; method
DMyDocument.m152 - (NSString *) interpreter { return [interpreter stringValue];}; method
/aosp_15_r20/external/python/cpython2/Mac/PythonLauncher/
DPreferencesWindowController.m76 - (NSString *) interpreter { return [interpreter stringValue];}; method
DMyDocument.m152 - (NSString *) interpreter { return [interpreter stringValue];}; method
DFileSettings.m295 - (NSString *) interpreter { return interpreter;}; method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/example/
Dinterpreter.hpp59 class interpreter class
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/common/
H A Ddelegate_compatibility_checker_base.cc57 std::unique_ptr<tflite::Interpreter> interpreter; in checkModelCompatibilityOnline() local

12345678910>>...17