Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/_model_report/
H A Dmodel_report_observer.py86 def _calculate_range_stats(self, x_copy): argument
116 def _calculate_min_max_stats(self, x_copy): argument
152 def _calculate_percentile_stats(self, x_copy): argument
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp1666 auto x_copy = x.clone(); in TEST_F() local
1695 auto x_copy = x.clone(); in TEST_F() local