| 2878 | fbb_.AddElement<uint32_t>(Tensor::VT_BUFFER, buffer, 0); |
| 2879 | } |
| 2880 | void add_name(flatbuffers::Offset<flatbuffers::String> name) { |
| 2881 | fbb_.AddOffset(Tensor::VT_NAME, name); |
| 2882 | } |
| 2883 | void add_quantization(flatbuffers::Offset<QuantizationParameters> quantization) { |
| 2884 | fbb_.AddOffset(Tensor::VT_QUANTIZATION, quantization); |
| 2885 | } |
no outgoing calls
no test coverage detected