Searched refs:float_and_quant_and_nhwc (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_nnapi.py | 93 def float_and_quant_and_nhwc(self, inp_float, scale, zero_point): member in TestNNAPI 424 for name, inp in self.float_and_quant_and_nhwc( 433 for name, inp in self.float_and_quant_and_nhwc( 464 for name, inp in self.float_and_quant_and_nhwc( 474 self.float_and_quant_and_nhwc(torch.randn(2, 3, 0, 0), 0.3, 128) 476 for name, inp in self.float_and_quant_and_nhwc(
|