Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/lib/
Dtraceme.h155 return TraceMeRecorder::Active(level) ? ActivityStartImpl(name)
175 static uint64 ActivityStartImpl(absl::string_view activity_name);
Dtraceme.cc31 /* static */ uint64 TraceMe::ActivityStartImpl( in ActivityStartImpl() function in tensorflow::profiler::TraceMe