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

Method Data

tensorflow/core/platform/tensor_coding.cc:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 const char* Data(uint32 size) override {
117 const char* data = reader_.data();
118 reader_.remove_prefix(size);
119 return data;
120 }
121
122 private:
123 StringPiece reader_;

Callers 4

mainFunction · 0.45
AllocateTensorMethod · 0.45
DecodeResourceHandleListFunction · 0.45
DecodeVariantListFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by 1

mainFunction · 0.36