| 718 | return GetField<int32_t>(VT_STRIDE_X, 0); |
| 719 | } |
| 720 | int32_t stride_y() const { |
| 721 | return GetField<int32_t>(VT_STRIDE_Y, 0); |
| 722 | } |
| 723 | FuseCode fuse_code() const { |
| 724 | return static_cast<FuseCode>(GetField<int8_t>(VT_FUSE_CODE, 0)); |
| 725 | } |
nothing calls this directly
no outgoing calls
no test coverage detected