| 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 | } |
| 726 | bool nchw() const { |
| 727 | return GetField<uint8_t>(VT_NCHW, 0) != 0; |
| 728 | } |
nothing calls this directly
no outgoing calls
no test coverage detected