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

Method Begin

tensorflow/core/util/tensor_bundle/tensor_bundle.cc:1439–1441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1437 buffer_ptr_(0), write_counter_(0) {}
1438
1439Status SegmentBundleWriter::Begin() {
1440 return writer_->AddTensorHeader(name_, type_, shape_);
1441}
1442
1443Status SegmentBundleWriter::WriteData(const void* data, int64 size) {
1444 while (size > 0) {

Callers

nothing calls this directly

Calls 10

InvalidArgumentFunction · 0.85
DataTypeSizeFunction · 0.85
AddTensorHeaderMethod · 0.80
LookupDtypeAndShapeMethod · 0.80
GetTensorInfoMethod · 0.80
dim_sizeMethod · 0.45
dimsMethod · 0.45
resetMethod · 0.45
getMethod · 0.45
SeekMethod · 0.45

Tested by

no test coverage detected