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

Method run_coverage

tensorflow/core/profiler/internal/tfprof_stats.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 const std::set<int64>& steps() const { return steps_; }
68 bool has_code_traces() const { return has_code_traces_; }
69 double run_coverage() const {
70 return covered_nodes_.size() / (nodes_map_.size() + 1e-10);
71 }
72
73 void BuildView(const string& cmd);
74 void BuildAllViews();

Callers 2

RunFunction · 0.80
AddStepFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected