Home
last modified time | relevance | path

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

/external/fonttools/Tests/misc/
DtextTools_test.py4 def test_pad(): function
/external/python/cryptography/tests/hazmat/primitives/
Dtest_padding.py65 def test_pad(self, size, unpadded, padded): member in TestPKCS7
171 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()
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()
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_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/lite/micro/examples/magic_wand/train/
Ddata_load_test.py50 def test_pad(self): member in TestLoad
/external/tensorflow/tensorflow/python/ops/parallel_for/
Darray_test.py244 def test_pad(self): member in ArrayTest
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir549 // CHECK-LABEL: test_pad
552 func @test_pad(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
Dtfl-to-tosa-pipeline.mlir532 // CHECK-LABEL: test_pad
535 func @test_pad(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/external/llvm-project/mlir/test/Dialect/Tosa/
Dops.mlir366 func @test_pad(%arg0: tensor<13x21x3xf32>, %arg1: tensor<3x2xi32>) -> tensor<13x21x3xf32> {
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt570 // 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] {