Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Close
Method
Close
tensorflow/core/util/reporter.cc:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
Status TestReportFile::Close() {
33
if (closed_) return Status::OK();
34
closed_ = true;
35
return log_file_->Close();
36
}
37
38
Status TestReportFile::Initialize() {
39
if (fname_.empty()) {
Callers
15
RecordBenchmarkEntry
Function · 0.45
Flush
Method · 0.45
Writable
Function · 0.45
WriteTSOps
Function · 0.45
PackGrad
Function · 0.45
UnpackGrad
Function · 0.45
ConcatGrad
Function · 0.45
ConcatGradV2
Function · 0.45
SplitGrad
Function · 0.45
SplitVGrad
Function · 0.45
ReshapeGrad
Function · 0.45
ExpandDimsGrad
Function · 0.45
Calls
4
IsClosed
Method · 0.45
Append
Method · 0.45
SerializeAsString
Method · 0.45
Clear
Method · 0.45
Tested by
15
PackGrad
Function · 0.36
UnpackGrad
Function · 0.36
ConcatGrad
Function · 0.36
ConcatGradV2
Function · 0.36
SplitGrad
Function · 0.36
SplitVGrad
Function · 0.36
ReshapeGrad
Function · 0.36
ExpandDimsGrad
Function · 0.36
SqueezeGrad
Function · 0.36
TransposeGrad
Function · 0.36
ReverseGrad
Function · 0.36
ReverseV2Grad
Function · 0.36