Home
last modified time | relevance | path

Searched refs:log_intermediate_tensors (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/sdk/
H A DETCoreMLModelAnalyzer.mm163 eventLogger->log_intermediate_tensors(outputs, operationPathToDebugSymbolMap);
190 if (loggingOptions.log_intermediate_tensors) {
198 if (!loggingOptions.log_profiling_info && !loggingOptions.log_intermediate_tensors) {
H A Dmodel_event_logger_impl.h42 void log_intermediate_tensors(
H A Dmodel_event_logger_impl.mm111 void ModelEventLoggerImpl::log_intermediate_tensors(NSDictionary<ETCoreMLModelStructurePath *, MLMu…
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/test/
H A DETCoreMLModelDebuggerTests.mm33 …void log_intermediate_tensors(NSDictionary<ETCoreMLModelStructurePath *, MLMultiArray *> *op_path_…
101 loggingOptions.log_intermediate_tensors = true;
H A DETCoreMLModelProfilerTests.mm36 …void log_intermediate_tensors(NSDictionary<ETCoreMLModelStructurePath *, MLMultiArray *> *op_path_…
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A Dmodel_logging_options.h15 bool log_intermediate_tensors = false; member
H A Dmodel_event_logger.h39 virtual void log_intermediate_tensors(
H A Dcoreml_backend_delegate.mm141 …options.log_intermediate_tensors = (debug_level >= EventTracerDebugLogLevel::kIntermediateOutputs);