Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/profiler/
Dprofiler.h77 GraphNodeProto ProfileNameScope(const Options& options);
Dprofiler.cc37 GraphNodeProto Profiler::ProfileNameScope(const Options& options) { in ProfileNameScope() function in tensorflow::tfprof::Profiler
Dprofiler_test.cc136 GraphNodeProto ret = profiler.ProfileNameScope(Default()); in TEST_F()