| 3851 | VT_FUSED_ACTIVATION_FUNCTION = 6 |
| 3852 | }; |
| 3853 | int32_t axis() const { |
| 3854 | return GetField<int32_t>(VT_AXIS, 0); |
| 3855 | } |
| 3856 | ActivationFunctionType fused_activation_function() const { |
| 3857 | return static_cast<ActivationFunctionType>(GetField<int8_t>(VT_FUSED_ACTIVATION_FUNCTION, 0)); |
| 3858 | } |
no outgoing calls