Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ sc
Function
sc
dnn/src/cuda/softmax/opr_impl.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int sc(const size_t x) {
46
return static_cast<int>(x);
47
}
48
49
cudnnDataType_t to_cudnn_dtype(
50
DType type, const param::Convolution::Format format = {}) {
Callers
1
exec
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected