Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ do_sync_from_var
Function
do_sync_from_var
src/core/impl/graph/static_infer_impl.cpp:294–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
InferResult do_infer(const InpVal& inp) override;
293
294
InferResult do_sync_from_var() override { return set_shape(tag()->shape()); }
295
296
public:
297
using Super::Super;
Callers
1
sync_from_var
Method · 0.85
Calls
4
shape
Method · 0.45
copy_from
Method · 0.45
sync
Method · 0.45
dev_tensor
Method · 0.45
Tested by
no test coverage detected