Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ pstring
Function
pstring
paddle/phi/common/pstring.h:170–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
HOSTDEVICE inline pstring::pstring(const char* str)
171
: pstring(str, strlen(str)) {}
172
173
HOSTDEVICE inline pstring::pstring(size_t n, char c) {
174
PD_PString_Init(&pstr_);
Callers
4
CUDA_KERNEL_LOOP
Function · 0.50
DeserializeOnCPU
Function · 0.50
SetStringTensorFromPyArray
Function · 0.50
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40