MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetAsVector

Function GetAsVector

tensorflow/lite/tools/optimize/quantize_model_test.cc:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_FFunction · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected