| 8231 | return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_INPUTS); |
| 8232 | } |
| 8233 | const flatbuffers::Vector<int32_t> *outputs() const { |
| 8234 | return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_OUTPUTS); |
| 8235 | } |
| 8236 | BuiltinOptions builtin_options_type() const { |
| 8237 | return static_cast<BuiltinOptions>(GetField<uint8_t>(VT_BUILTIN_OPTIONS_TYPE, 0)); |
| 8238 | } |
no outgoing calls