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

Method AppendSegmentData

tensorflow/core/util/tensor_bundle/tensor_bundle.cc:581–583  ·  view source on GitHub ↗

dump mutiple times;

Source from the content-addressed store, hash-verified

579}
580// dump mutiple times;
581Status BundleWriter::AppendSegmentData(char* content, int64 data_bytes_written) {
582 return out_->AppendSegment(StringPiece(content, data_bytes_written));
583}
584
585void BundleWriter::EndSegmentData(int64 total_bytes_written, int64 end_bytes_written) {
586

Callers 3

WriteDataMethod · 0.80
EndMethod · 0.80

Calls 1

AppendSegmentMethod · 0.80

Tested by

no test coverage detected