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

Method Append

tensorflow/core/util/reporter.cc:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 : closed_(true), fname_(fname), test_name_(test_name) {}
26
27Status TestReportFile::Append(const string& content) {
28 if (closed_) return Status::OK();
29 return log_file_->Append(content);
30}
31
32Status TestReportFile::Close() {
33 if (closed_) return Status::OK();

Callers 15

write_implMethod · 0.45
WriteToPathMethod · 0.45
PopulateAndSaveEntryMethod · 0.45
WriteTSOpFunction · 0.45
StartFileFunction · 0.45
EncodeResourceHandleListFunction · 0.45
EncodeVariantListFunction · 0.45
LOCKS_EXCLUDEDMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by 12

CreateTempFileFunction · 0.36
WriteDoubleVectorToFileFunction · 0.36
WriteFloatVectorToFileFunction · 0.36
WriteDoubleArrayToFileFunction · 0.36
WriteFloatArrayToFileFunction · 0.36
WriteDataToFileFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36