| 106 | } |
| 107 | |
| 108 | void test::megdnn_memcpy_D2D( |
| 109 | Handle* handle, void* dst, const void* src, size_t size_in_bytes) { |
| 110 | megdnn_memcpy_internal( |
| 111 | handle, dst, src, size_in_bytes, megcoreMemcpyDeviceToDevice); |
| 112 | } |
| 113 | |
| 114 | TensorND DynOutMallocPolicyImpl::alloc_output( |
| 115 | size_t /*id*/, DType dtype, const TensorShape& shape, void* /*user_data*/) { |
nothing calls this directly
no test coverage detected