MCPcopy 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

11using namespace atlas;
12
13size_t ChecksumForwardImpl::get_workspace_in_bytes(const TensorLayout&) {
14 return 0;
15}
16
17ChecksumForward::Result ChecksumForwardImpl::exec(
18 _megdnn_tensor_in data, _megdnn_workspace workspace) {

Callers 1

execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected