| 2631 | fbb_.AddElement<int32_t>(4, outputCount, 0); |
| 2632 | } |
| 2633 | void add_weightSize(int32_t weightSize) { |
| 2634 | fbb_.AddElement<int32_t>(6, weightSize, 0); |
| 2635 | } |
| 2636 | void add_clippingThreshold(float clippingThreshold) { |
| 2637 | fbb_.AddElement<float>(8, clippingThreshold, 0.0f); |
| 2638 | } |
no outgoing calls
no test coverage detected