Searched refs:test_pad (Results 1 – 12 of 12) sorted by relevance
4 def test_pad(): function
65 def test_pad(self, size, unpadded, padded): member in TestPKCS7171 def test_pad(self, size, unpadded, padded): member in TestANSIX923
152 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local153 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
200 const bool test_pad = UniformRandomInt(0, 1); in GenerateValidShapeConfigurations() local201 const auto padding_type = test_pad ? PaddingType::kValid : PaddingType::kSame; in GenerateValidShapeConfigurations()
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; member1046 test_param.test_pad ? PaddingType::kSame : PaddingType::kValid; in TryTestOneNeonDot3x3()
50 def test_pad(self): member in TestLoad
244 def test_pad(self): member in ArrayTest
549 // CHECK-LABEL: test_pad552 func @test_pad(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
532 // CHECK-LABEL: test_pad535 func @test_pad(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
366 func @test_pad(%arg0: tensor<13x21x3xf32>, %arg1: tensor<3x2xi32>) -> tensor<13x21x3xf32> {
570 // CHECK-LABEL: func private @test_pad(%arg0: tensor<4xf32>, %arg1: tensor<f32>) -> tensor<4xf32>571 %test_pad (Arg_0.1: f32[4], Arg_1.2: f32[]) -> f32[4] {