MCPcopy 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
594SymbolVar unsafe(SymbolVar x) {
595 return x;
596}
597SymbolVar unsafe(SafeSymbolVar x) {
598 return x.s();
599}

Callers 3

reshape_anybatchFunction · 0.85
transFunction · 0.85
matmulFunction · 0.85

Calls 1

sMethod · 0.80

Tested by

no test coverage detected