Home
last modified time | relevance | path

Searched defs:RunImpl (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dstack_functions.cc79 static base::Status RunImpl(void*, in RunImpl() function
140 static base::Status RunImpl(TraceStorage* storage, in RunImpl() function
213 static base::Status RunImpl(TraceStorage* storage, in RunImpl() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/posix/
DMainLoopPosix.h86 class RunImpl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/posix/
DMainLoopPosix.h86 class RunImpl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/posix/
DMainLoopPosix.h86 class RunImpl; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/posix/
DMainLoopPosix.h86 class RunImpl; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/inference_diff/
H A Drun_eval.cc80 std::optional<EvaluationStageMetrics> InferenceDiff::RunImpl() { in RunImpl() function in tflite::evaluation::InferenceDiff
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/
H A Drun_eval.cc114 std::optional<EvaluationStageMetrics> ImagenetClassification::RunImpl() { in RunImpl() function in tflite::evaluation::ImagenetClassification
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
H A Drun_eval.cc112 std::optional<EvaluationStageMetrics> CocoObjectDetection::RunImpl() { in RunImpl() function in tflite::evaluation::CocoObjectDetection
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
H A Dchecker.h285 constexpr bool RunImpl(bool is_positional) const { in RunImpl() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dchecker.h326 constexpr bool RunImpl(bool is_positional) const { in RunImpl() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.cc886 TfLiteStatus BenchmarkTfLiteModel::RunImpl() { return interpreter_->Invoke(); } in RunImpl() function in tflite::benchmark::BenchmarkTfLiteModel