Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ unsafe
Function
unsafe
src/opr/impl/blas.cpp:594–596 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
};
593
594
SymbolVar unsafe(SymbolVar x) {
595
return x;
596
}
597
SymbolVar unsafe(SafeSymbolVar x) {
598
return x.s();
599
}
Callers
3
reshape_anybatch
Function · 0.85
trans
Function · 0.85
matmul
Function · 0.85
Calls
1
s
Method · 0.80
Tested by
no test coverage detected