Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_functional.py232 def test_grid_sample(self, N, C, H, H_out, W, W_out, scale, zero_point): member in TestQuantizedFunctionalOps
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_onnx_opset.py558 def test_grid_sample(self): member in TestONNXOpset
H A Dtest_pytorch_onnx_onnxruntime.py13555 def test_grid_sample(self, mode, padding_mode, align_corners): member in TestONNXRuntime
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py10605 def test_grid_sample(self): member in TestConvolutionMPS
H A Dtest_nn.py5530 def test_grid_sample(self): member in TestNN