| 1015 | return GetField<int32_t>(VT_KERNEL_WIDTH, 0); |
| 1016 | } |
| 1017 | int32_t kernel_height() const { |
| 1018 | return GetField<int32_t>(VT_KERNEL_HEIGHT, 0); |
| 1019 | } |
| 1020 | FuseCode fuse_code() const { |
| 1021 | return static_cast<FuseCode>(GetField<int8_t>(VT_FUSE_CODE, 0)); |
| 1022 | } |
nothing calls this directly
no outgoing calls
no test coverage detected