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

Method SetProperty

tensorflow/core/util/reporter.cc:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82Status TestReporter::SetProperty(const string& name, const string& value) {
83 if (report_file_.IsClosed()) return Status::OK();
84 (*benchmark_entry_.mutable_extras())[name].set_string_value(value);
85 return Status::OK();
86}
87
88Status TestReporter::SetProperty(const string& name, double value) {
89 if (report_file_.IsClosed()) return Status::OK();

Callers 1

TESTFunction · 0.80

Calls 1

IsClosedMethod · 0.45

Tested by 1

TESTFunction · 0.64