MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Profile

Function Profile

tensorflow/core/profiler/internal/print_model_analysis.cc:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152string Profile(const string* command, const string* options) {
153 CHECK(tf_stat);
154 CHECK(command) << "command mustn't be null";
155 CHECK(options) << "options mustn't be null";
156 return RunProfile(*command, *options, tf_stat);
157}
158
159string SerializeToString() {
160 CHECK(tf_stat);

Callers

nothing calls this directly

Calls 1

RunProfileFunction · 0.85

Tested by

no test coverage detected