Home
last modified time | relevance | path

Searched defs:test_pad (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/fonttools/Tests/misc/
H A DtextTools_test.py4 def test_pad(): function
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_shape_inference.py236 def test_pad(self): member in TestONNXShapeInference
H A Dtest_operators.py256 def test_pad(self): member in TestOperators
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dconv_per_channel_quantized_16x8_test.cc152 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local
H A Ddepthwiseconv_per_channel_quantized_16x8_test.cc152 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local
H A Ddepthwiseconv_per_channel_quantized_test.cc200 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local
H A Ddepthwiseconv_quantized_test.cc111 bool test_pad = false; member
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Darray_test.py259 def test_pad(self): member in ArrayTest
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py9089 def test_pad(self): member in TestPad
H A Dtest_nn.py8525 def test_pad(self, device, dtype): member in TestNNDeviceType