Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc210 if (options_.include_incomplete_events) { in CollectData()
304 } else if (options_.include_incomplete_events) { in ProfileFast()
332 } else if (options_.include_incomplete_events) { in ProfileFast()
Dpython_hooks.h44 bool include_incomplete_events = true; member