| 21 | } // anonymous namespace |
| 22 | |
| 23 | size_t ChecksumForwardImpl::get_workspace_in_bytes(const TensorLayout& data) { |
| 24 | auto wbundle = get_wbundle(data); |
| 25 | return wbundle.total_size_in_bytes(); |
| 26 | } |
| 27 | |
| 28 | ChecksumForward::Result ChecksumForwardImpl::exec( |
| 29 | _megdnn_tensor_in data, _megdnn_workspace workspace) { |
nothing calls this directly
no test coverage detected