| 133 | } |
| 134 | |
| 135 | size_t Handle::image2d_pitch_alignment() const { |
| 136 | megdnn_throw("image2d tensor format not supported on this handle"); |
| 137 | } |
| 138 | |
| 139 | megdnn::HandleImplHelper::HandleVendorType Handle::vendor_type() const { |
| 140 | return HandleVendorType::NOT_SPEC; |
no outgoing calls
no test coverage detected