Home
last modified time | relevance | path

Searched refs:_fuser_method (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_backend_config.py107 _fuser_method = _sequential_wrapper2(nni.LinearReLU) variable in TestBackendConfig
132 .set_fuser_method(self._fuser_method)
151 "fuser_method": self._fuser_method,
207 conf.set_fuser_method(self._fuser_method)
208 self.assertEqual(conf.fuser_method, self._fuser_method)
243 self.assertEqual(conf1.fuser_method, self._fuser_method)