| 137 | } |
| 138 | |
| 139 | megdnn::HandleImplHelper::HandleVendorType Handle::vendor_type() const { |
| 140 | return HandleVendorType::NOT_SPEC; |
| 141 | } |
| 142 | |
| 143 | bool Handle::check_cross_dev_copy_constraint(const TensorLayout& src) { |
| 144 | return src.is_contiguous(); |
no outgoing calls
no test coverage detected