Searched refs:set_zero_point (Results 1 – 8 of 8) sorted by relevance
81 lhs.set_zero_point(125); in ExampleMulUint8AsymmetricQuantized()85 rhs.set_zero_point(132); in ExampleMulUint8AsymmetricQuantized()89 dst.set_zero_point(129); in ExampleMulUint8AsymmetricQuantized()
100 lhs.set_zero_point(params.lhs_zero_point); in run()101 rhs.set_zero_point(params.rhs_zero_point); in run()102 dst.set_zero_point(params.dst_zero_point); in run()
237 ruy_a.set_zero_point(127); in RuyBenchmark()241 ruy_b.set_zero_point(127); in RuyBenchmark()244 ruy_c.set_zero_point(127); in RuyBenchmark()
224 ruy_a.set_zero_point(127); in RuyBenchmark()228 ruy_b.set_zero_point(127); in RuyBenchmark()231 ruy_c.set_zero_point(127); in RuyBenchmark()
80 matrix.set_zero_point(123); in TEST()
148 void set_zero_point(Scalar value) { zero_point_ = value; } in set_zero_point() function
548 storage_matrix->matrix.set_zero_point(zero_point);1763 lhs.matrix.set_zero_point(lhs.matrix.zero_point() + 1);
55 dst->set_zero_point(params.zero_point);