| 46 | |
| 47 | template <typename T> |
| 48 | std::vector<T> GetAsVector(const flatbuffers::Vector<T>* vec) { |
| 49 | return std::vector<T>(vec->begin(), vec->end()); |
| 50 | } |
| 51 | |
| 52 | void VerifyAsymmetricQuantizationScale( |
| 53 | const QuantizationParameters& float_quant_params, |