Home
last modified time | relevance | path

Searched defs:per_channel_quantization_scales (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
H A Dconv_test.cc738 std::vector<float> per_channel_quantization_scales = { in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dfully_connected_test.cc146 std::vector<float> per_channel_quantization_scales = {})
360 const std::vector<float>& per_channel_quantization_scales, in PerChannelQuantizedFullyConnectedOpModel()
H A Dtest_util.h142 std::vector<float> per_channel_quantization_scales; member