Searched refs:ModelEventLoggerImpl (Results 1 – 4 of 4) sorted by relevance
21 class ModelEventLoggerImpl final : public ModelEventLogger {24 explicit ModelEventLoggerImpl(::executorch::runtime::EventTracer* tracer) : tracer_(tracer) { } in ModelEventLoggerImpl() function
85 void ModelEventLoggerImpl::log_profiling_infos(NSDictionary<ETCoreMLModelStructurePath *, ETCoreMLO…111 void ModelEventLoggerImpl::log_intermediate_tensors(NSDictionary<ETCoreMLModelStructurePath *, MLMu…139 …@"ModelEventLoggerImpl: Failed to create packed multiarray with shape=%@, dataType=%ld, error=%@.",154 …NSCAssert(scalar_type.has_value(), @"ModelEventLoggerImpl: MultiArray dataType=%ld is not supporte…
24 class ModelEventLoggerImpl: public executorchcoreml::ModelEventLogger {26 explicit ModelEventLoggerImpl(NotifyFn fn)102 ModelEventLoggerImpl eventLogger(notify);
212 auto event_logger = ModelEventLoggerImpl(context.event_tracer());