Home
last modified time | relevance | path

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

/external/fonttools/Tests/misc/
DtextTools_test.py4 def test_pad(): function
/external/python/cryptography/tests/hazmat/primitives/
Dtest_padding.py71 def test_pad(self, size, unpadded, padded): member in TestPKCS7
194 def test_pad(self, size, unpadded, padded): member in TestANSIX923
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_per_channel_quantized_16x8_test.cc152 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local
153 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
Dconv_per_channel_quantized_16x8_test.cc152 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local
153 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
Ddepthwiseconv_per_channel_quantized_test.cc200 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local
201 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
Ddepthwiseconv_quantized_test.cc90 test_pad(::testing::get<4>(param_tuple)), in TestParam()
103 param.test_pad, param.test_depth_multiplier); in TestNameSuffix()
111 bool test_pad = false; member
1046 test_param.test_pad ? PaddingType::kSame : PaddingType::kValid; in TryTestOneNeonDot3x3()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Darray_test.py259 def test_pad(self): member in ArrayTest
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir565 // CHECK-LABEL: test_pad
569 func.func @test_pad(%arg0: tensor<13x21x3xf32>) -> tensor<15x23x5xf32> {
Dtfl-to-tosa-pipeline.mlir891 // CHECK-LABEL: test_pad
895 func.func @test_pad(%arg0: tensor<2x3xf32>) -> tensor<*xf32> {
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt809 // CHECK-LABEL: func private @test_pad(%arg0: tensor<4xf32>, %arg1: tensor<f32>) -> tensor<4xf32>
810 %test_pad (Arg_0.1: f32[4], Arg_1.2: f32[]) -> f32[4] {