Searched defs:x_orig (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/quantization/ |
H A D | observer.py | 530 def forward(self, x_orig): argument 640 def forward(self, x_orig): argument 734 def forward(self, x_orig): argument 737 def _forward(self, x_orig): argument 929 def forward(self, x_orig): argument
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/experimental/ |
H A D | observer.py | 131 def forward(self, x_orig): argument
|
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/observers/ |
H A D | per_channel_param_observer.py | 88 def forward(self, x_orig): argument
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | modules.cpp | 2426 auto x_orig = x.clone(); in TEST_F() local 2505 auto x_orig = x.clone(); in TEST_F() local 2553 auto x_orig = x.clone(); in TEST_F() local 2752 auto x_orig = x.clone(); in TEST_F() local 2778 auto x_orig = x.clone(); in TEST_F() local 2809 auto x_orig = x.clone(); in TEST_F() local 2842 auto x_orig = x.clone(); in TEST_F() local 3026 auto x_orig = x.clone(); in TEST_F() local
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/ |
H A D | _equalize.py | 92 def forward(self, x_orig): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 318 nir_def *x_orig = nir_channel(b, texel_coords, 0); in handle_cube_gather() local
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 327 nir_def *x_orig = nir_channel(b, texel_coords, 0); in handle_cube_gather() local
|