Home
last modified time | relevance | path

Searched refs:EventTracerDebugLogLevel (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/
H A Devent_tracer.h60 enum class EventTracerDebugLogLevel { enum
427 void set_event_tracer_debug_level(EventTracerDebugLogLevel log_level) { in set_event_tracer_debug_level()
434 EventTracerDebugLogLevel event_tracer_debug_level() { in event_tracer_debug_level()
486 EventTracerDebugLogLevel event_tracer_debug_level_ =
487 EventTracerDebugLogLevel::kNoLogging;
504 using ::executorch::runtime::EventTracerDebugLogLevel;
H A Devent_tracer_hooks.h261 EventTracerDebugLogLevel::kIntermediateOutputs) { in event_tracer_log_evalue()
282 EventTracerDebugLogLevel::kProgramOutputs) { in event_tracer_log_evalue_output()
/aosp_15_r20/external/executorch/examples/devtools/example_runner/
H A Dexample_runner.cpp83 using executorch::runtime::EventTracerDebugLogLevel;
232 EventTracerDebugLogLevel::kIntermediateOutputs); in main()
237 EventTracerDebugLogLevel::kProgramOutputs); in main()
/aosp_15_r20/external/executorch/runtime/core/test/
H A Devent_tracer_test.cpp26 using executorch::runtime::EventTracerDebugLogLevel;
261 EventTracerDebugLogLevel::kProgramOutputs); in TEST()
274 EventTracerDebugLogLevel::kIntermediateOutputs); in TEST()
/aosp_15_r20/external/executorch/docs/source/
H A Dmodel-debugging.md23 EventTracerDebugLogLevel::kProgramOutputs);
31 EventTracerDebugLogLevel::kIntermediateOutputs);
/aosp_15_r20/external/executorch/examples/apple/coreml/executor_runner/
H A Dmain.mm35 using executorch::runtime::EventTracerDebugLogLevel;
307 …cer_debug_level(args.dump_model_outputs ? EventTracerDebugLogLevel::kProgramOutputs : EventTracerD…
/aosp_15_r20/external/executorch/examples/apple/mps/executor_runner/
H A Dmps_executor_runner.mm108 using executorch::runtime::EventTracerDebugLogLevel;
275 EventTracerDebugLogLevel::kIntermediateOutputs);
280 EventTracerDebugLogLevel::kProgramOutputs);
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A Dcoreml_backend_delegate.mm39 using executorch::runtime::EventTracerDebugLogLevel;
141 …options.log_intermediate_tensors = (debug_level >= EventTracerDebugLogLevel::kIntermediateOutputs);
/aosp_15_r20/external/executorch/examples/qualcomm/executor_runner/
H A Dqnn_executor_runner.cpp83 using executorch::runtime::EventTracerDebugLogLevel;
249 EventTracerDebugLogLevel::kIntermediateOutputs); in main()
/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp93 using ::executorch::runtime::EventTracerDebugLogLevel;
220 EventTracerDebugLogLevel::kIntermediateOutputs); in Module()
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp1203 EventTracerDebugLogLevel::kProgramOutputs) { in log_outputs()