Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Piece
Method
Piece
tensorflow/core/lib/strings/strcat.h:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
StringPiece::size_type size() const { return piece_.size(); }
138
const char *data() const { return piece_.data(); }
139
StringPiece Piece() const { return piece_; }
140
141
private:
142
StringPiece piece_;
Callers
2
StrCat
Function · 0.45
StrAppend
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected