Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/profiling/
Datrace_profiler.cc43 atrace_begin_section_ = reinterpret_cast<FpBeginSection>( in ATraceProfiler()
48 if (!atrace_is_enabled_ || !atrace_begin_section_ || in ATraceProfiler()
77 atrace_begin_section_(trace_event_tag.c_str()); in BeginEvent()
92 FpBeginSection atrace_begin_section_; member in tflite::profiling::ATraceProfiler