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

Method Close

tensorflow/core/util/tensor_bundle/tensor_bundle.cc:1419–1422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1417}
1418
1419Status FileOutputBuffer::Close() {
1420 TF_RETURN_IF_ERROR(FlushBuffer());
1421 return file_->Close();
1422}
1423
1424Status FileOutputBuffer::FlushBuffer() {
1425 if (position_ > 0) {

Callers 3

FlipEndiannessBitFunction · 0.45
FinishMethod · 0.45
MergeBundlesFunction · 0.45

Calls

no outgoing calls

Tested by 1

FlipEndiannessBitFunction · 0.36