/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Conv2D.cpp | 65 int32_t dilation_width_factor = 1, dilation_height_factor = 1; member 176 int32_t dilation_width_factor, int32_t dilation_height_factor) { in needim2colData() 195 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc() 224 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc() 278 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc() 307 int32_t dilation_width_factor, int32_t dilation_height_factor, int32_t activation, in convNhwc() 334 int32_t dilation_height_factor, int32_t activation, bool useNchw, T_Input* outputData, in conv()
|
D | DepthwiseConv2D.cpp | 49 int32_t dilation_width_factor = 1, dilation_height_factor = 1; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | depthwiseconv_quantized_test.cc | 179 const int dilation_height_factor = params.dilation_height_factor; in DispatchDepthwiseConvImpl() local 385 const int dilation_height_factor = params.dilation_height_factor; in DispatchDepthwiseConvImpl() local 834 int dilation_width_factor, int dilation_height_factor, in TryTestDepthwiseConv() 966 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 989 const int dilation_height_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local 1044 const int dilation_height_factor = 1; in TryTestOneNeonDot3x3() local
|
H A D | conv_per_channel_quantized_16x8_test.cc | 48 const int dilation_height_factor = params.dilation_height_factor; in PickOutputMultiplier() local 144 int dilation_height_factor, RuntimeShape* input_shape_inference, in GenerateValidShapeConfigurations() 190 const int dilation_height_factor = 1; in TryTestOneConvFilter() local
|
H A D | depthwiseconv_per_channel_quantized_16x8_test.cc | 48 const int dilation_height_factor = params.dilation_height_factor; in PickOutputMultiplier() local 143 int dilation_width_factor, int dilation_height_factor, in GenerateValidShapeConfigurations() 189 const int dilation_height_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local
|
H A D | depthwiseconv_per_channel_quantized_test.cc | 49 const int dilation_height_factor = params.dilation_height_factor; in PickOutputMultiplier() local 191 int dilation_width_factor, int dilation_height_factor, in GenerateValidShapeConfigurations() 231 const int dilation_height_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local
|
H A D | test_util.cc | 28 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes()
|
H A D | depthwiseconv_float_test.cc | 84 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | conv_test.cc | 58 int dilation_width_factor = 1, int dilation_height_factor = 1, in BaseConvolutionOpModel() 842 const int dilation_height_factor = 3; in TEST_P() local 1090 const int dilation_height_factor = 3; in TEST_P() local 1398 const int dilation_height_factor = 1; in TEST_P() local 1922 const int dilation_height_factor = 1; in TEST_P() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
H A D | depthwise_conv.h | 36 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvPerChannel() local 135 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvPerChannel() local 220 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvHybridPerChannel() local
|
H A D | conv.h | 38 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local 150 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | conv.h | 36 const int dilation_height_factor = params.dilation_height_factor; in Conv() local 122 const int dilation_height_factor = params.dilation_height_factor; in Conv() local 216 const int dilation_height_factor = params.dilation_height_factor; in HybridConvPerChannel() local
|
H A D | depthwiseconv_uint8.h | 123 const int dilation_height_factor = params.dilation_height_factor; in Run() local 209 const int dilation_height_factor = params.dilation_height_factor; in RunPerChannel() local
|
H A D | depthwiseconv_float.h | 34 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConv() local
|
H A D | legacy_reference_ops.h | 48 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 118 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 212 int dilation_height_factor, int pad_width, int pad_height, in Conv() 238 int dilation_height_factor, int pad_width, int pad_height, in Conv() 284 int dilation_height_factor, int pad_width, int pad_height, in Conv()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
H A D | depthwise_conv_hybrid.h | 59 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvHybridGeneral() local 272 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvHybridWithRounding() local
|
H A D | conv.h | 44 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriverFloatXNNPACK.cpp | 344 int32_t dilation_height_factor) { in CheckConvolutionParams() 363 int32_t dilation_height_factor, int32_t depth_multiplier, uint32_t output_channels) { in CheckDepthwiseConvolutionParams() 724 int32_t dilation_height_factor = 1; in VisitConv2DNode() local 824 int32_t dilation_height_factor = 1; in VisitDepthwiseConv2DNode() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | legalize_tf.cc | 340 IntegerAttr dilation_depth_factor, dilation_height_factor, in matchAndRewrite() local 380 IntegerAttr dilation_depth_factor, dilation_height_factor, in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | builtin_op_data.h | 86 int dilation_height_factor; member 95 int dilation_height_factor; member 133 int dilation_height_factor; member
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | builtin_op_data.h | 91 int dilation_height_factor; member 100 int dilation_height_factor; member 138 int dilation_height_factor; member
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | JavaScriptFlexBuffersTest.js | 367 …const object = {'channels_in': 64, 'dilation_height_factor': 1, 'dilation_width_factor': 1, 'fused… property
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | legacy_optimized_ops.h | 143 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 225 const int dilation_height_factor = params.dilation_height_factor; in LegacyDepthwiseConvWithRounding() local 286 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() 2377 int dilation_height_factor, int pad_width, int pad_height, in DilatedIm2col() 2432 const int dilation_height_factor = params.dilation_height_factor; in Conv() local 2530 int dilation_height_factor, int pad_width, int pad_height, in Conv() 2583 int dilation_height_factor, int pad_width, int pad_height, in Conv() 2634 const int dilation_height_factor = params.dilation_height_factor; in Conv() local 2735 int dilation_height_factor, int pad_width, int pad_height, in Conv()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_signed_quantization_test.cc | 238 int dilation_width_factor = 1, int dilation_height_factor = 1, in BaseConvolutionOpModel()
|
H A D | nnapi_delegate_test.cc | 640 int dilation_width_factor = 1, int dilation_height_factor = 1) in ConvolutionOpModel() 891 const int dilation_height_factor = 3; in TEST() local 972 const int dilation_height_factor = 3; in TEST() local 1035 int dilation_width_factor = 1, int dilation_height_factor = 1) in PerChannelQuantizedConvolutionWithConstantFilterOpModel()
|