Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ set_init_func
Method
set_init_func
python/paddle/base/framework.py:7936–7937 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
7934
return
param
7935
7936
def
set_init_func(self, obj):
7937
self._init_func = obj
7938
7939
@dygraph_only
7940
def
initialize(self):
Callers
2
shard_tensor
Function · 0.80
_lazy_init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected