Home
last modified time | relevance | path

Searched refs:quint8_vec (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc179 std::vector<quint8>* quint8_vec) { in QuantizeImage() argument
180 quint8_vec->resize(float_vec.size()); in QuantizeImage()
182 quint8_vec->at(i) = FloatToQuantized<quint8>(float_vec[i], -1.0f, 1.0f); in QuantizeImage()