| 1210 | return QuantizedFloatParamTypeTable(); |
| 1211 | } |
| 1212 | const flatbuffers::Vector<int8_t> *weight() const { |
| 1213 | return GetPointer<const flatbuffers::Vector<int8_t> *>(4); |
| 1214 | } |
| 1215 | const flatbuffers::Vector<int32_t> *bias() const { |
| 1216 | return GetPointer<const flatbuffers::Vector<int32_t> *>(6); |
| 1217 | } |
no outgoing calls
no test coverage detected