MCPcopy 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
163HOSTDEVICE inline pstring::pstring() { PD_PString_Init(&pstr_); }
164
165HOSTDEVICE inline pstring::pstring(const char* str, size_t len) {
166 PD_PString_Init(&pstr_);

Callers

nothing calls this directly

Calls 5

PD_PString_InitFunction · 0.85
PD_PString_CopyFunction · 0.85
PD_PString_ResizeFunction · 0.85
PD_PString_AssignFunction · 0.85
PD_PString_MoveFunction · 0.85

Tested by

no test coverage detected