Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dconv_2d_helpers.cc49 PerChannelQuantData* per_channel_quant) { in ProcessPerChannelQuantizedWeights()
105 PerChannelQuantData* per_channel_quant, in ProcessPerChannelQuantizedBias()
/aosp_15_r20/external/executorch/backends/xnnpack/test/
H A Dtest_xnnpack_utils.py278 per_channel_quant=False, argument
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_op.py3455 …def _get_rnn_weights_and_bias(self, input_size, hidden_size, num_directions, per_channel_quant, rn… argument
3482 num_directions, per_channel_quant): argument
3616 def test_qrnncell(self, num_batches, input_size, hidden_size, per_channel_quant): argument