| 2967 | VT_DILATION_H_FACTOR = 14 |
| 2968 | }; |
| 2969 | Padding padding() const { |
| 2970 | return static_cast<Padding>(GetField<int8_t>(VT_PADDING, 0)); |
| 2971 | } |
| 2972 | int32_t stride_w() const { |
| 2973 | return GetField<int32_t>(VT_STRIDE_W, 0); |
| 2974 | } |
no outgoing calls
no test coverage detected