Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ get_workspace_in_bytes
Method
get_workspace_in_bytes
dnn/src/atlas/checksum/opr_impl.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
using namespace atlas;
12
13
size_t ChecksumForwardImpl::get_workspace_in_bytes(const TensorLayout&) {
14
return 0;
15
}
16
17
ChecksumForward::Result ChecksumForwardImpl::exec(
18
_megdnn_tensor_in data, _megdnn_workspace workspace) {
Callers
1
exec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected