Home
last modified time | relevance | path

Searched defs:c_min (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/test/
Dgemm-microkernel-tester.cc763 …const float c_min = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_min + (accumulat… in Test() local
867 …const float c_min = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_min + (accumulat… in Test() local
959 …const float c_min = accumulated_min + (accumulated_max - accumulated_min) / 255.0f * float(qmin()); in Test() local
1155 const float c_min = in Test() local
1243 …const float c_min = accumulated_min + (accumulated_max - accumulated_min) / 255.0f * float(qmin()); in Test() local
1545 …const float c_min = accumulated_min + (accumulated_max - accumulated_min) / 255.0f * float(qmin()); in Test() local
1631 const float c_min = in Test() local
1761 …const float c_min = accumulated_min + (accumulated_max - accumulated_min) / 255.0f * float(qmin()); in Test() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc180 Tensor* c_min = nullptr; in Compute() local