Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/profiler/
Dprofiler.h82 MultiGraphNodeProto ProfileOperations(const Options& options);
Dprofiler.cc42 MultiGraphNodeProto Profiler::ProfileOperations(const Options& options) { in ProfileOperations() function in tensorflow::tfprof::Profiler
Dprofiler_test.cc163 MultiGraphNodeProto ret3 = profiler.ProfileOperations(Default()); in TEST_F()