Searched refs:test_pad (Results 1 – 10 of 10) sorted by relevance
/external/fonttools/Tests/misc/ |
D | textTools_test.py | 4 def test_pad(): function
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_padding.py | 71 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/ |
D | depthwiseconv_per_channel_quantized_16x8_test.cc | 152 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local 153 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
|
D | conv_per_channel_quantized_16x8_test.cc | 152 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local 153 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
|
D | depthwiseconv_per_channel_quantized_test.cc | 200 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local 201 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
|
D | depthwiseconv_quantized_test.cc | 90 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/ |
D | array_test.py | 259 def test_pad(self): member in ArrayTest
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tf-to-tosa-pipeline.mlir | 565 // CHECK-LABEL: test_pad 569 func.func @test_pad(%arg0: tensor<13x21x3xf32>) -> tensor<15x23x5xf32> {
|
D | tfl-to-tosa-pipeline.mlir | 891 // CHECK-LABEL: test_pad 895 func.func @test_pad(%arg0: tensor<2x3xf32>) -> tensor<*xf32> {
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | import.hlotxt | 809 // 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] {
|