Home
last modified time | relevance | path

Searched defs:dilation_height_factor (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DConv2D.cpp65 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()
DDepthwiseConv2D.cpp49 int32_t dilation_width_factor = 1, dilation_height_factor = 1; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Ddepthwiseconv_quantized_test.cc179 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 Dconv_per_channel_quantized_16x8_test.cc48 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 Ddepthwiseconv_per_channel_quantized_16x8_test.cc48 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 Ddepthwiseconv_per_channel_quantized_test.cc49 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 Dtest_util.cc28 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes()
H A Ddepthwiseconv_float_test.cc84 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 Dconv_test.cc58 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 Ddepthwise_conv.h36 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 Dconv.h38 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 Dconv.h36 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 Ddepthwiseconv_uint8.h123 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 Ddepthwiseconv_float.h34 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConv() local
H A Dlegacy_reference_ops.h48 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 Ddepthwise_conv_hybrid.h59 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 Dconv.h44 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp344 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 Dlegalize_tf.cc340 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 Dbuiltin_op_data.h86 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 Dbuiltin_op_data.h91 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 DJavaScriptFlexBuffersTest.js367 …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 Dlegacy_optimized_ops.h143 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 Dnnapi_delegate_signed_quantization_test.cc238 int dilation_width_factor = 1, int dilation_height_factor = 1, in BaseConvolutionOpModel()
H A Dnnapi_delegate_test.cc640 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()

12