MCPcopy 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
170HOSTDEVICE inline pstring::pstring(const char* str)
171 : pstring(str, strlen(str)) {}
172
173HOSTDEVICE inline pstring::pstring(size_t n, char c) {
174 PD_PString_Init(&pstr_);

Callers 4

CUDA_KERNEL_LOOPFunction · 0.50
DeserializeOnCPUFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40