Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ pstring
Method
pstring
paddle/phi/common/pstring.h:163–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
// Ctor
162
163
HOSTDEVICE inline pstring::pstring() { PD_PString_Init(&pstr_); }
164
165
HOSTDEVICE inline pstring::pstring(const char* str, size_t len) {
166
PD_PString_Init(&pstr_);
Callers
nothing calls this directly
Calls
5
PD_PString_Init
Function · 0.85
PD_PString_Copy
Function · 0.85
PD_PString_Resize
Function · 0.85
PD_PString_Assign
Function · 0.85
PD_PString_Move
Function · 0.85
Tested by
no test coverage detected