MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / IsInitialized

Method IsInitialized

paddle/fluid/framework/variable.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 bool IsInitialized() const { return holder_ != nullptr; }
46
47 template <typename T>
48 T* GetMutable() {

Callers 15

BCastParamsToDevicesMethod · 0.45
TrainFilesMethod · 0.45
TrainFilesMethod · 0.45
CheckUnusedVarFunction · 0.45
DumpParamMethod · 0.45
DumpFieldMethod · 0.45
OpInfoClass · 0.45
RunKernelFuncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected