Searched defs:dilation_factor (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | identify_dilated_conv.cc | 62 int dilation_factor) { in ResolveDilatedConv() 193 int dilation_factor = in Run() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | depthwise_conv_test.cc | 57 int dilation_factor = 1, int stride_width = 1, int stride_height = 1, in BaseDepthwiseConvolutionOpModel() 375 const int dilation_factor = 3; in SimpleDilatedTestPaddingValid() local 437 const int dilation_factor = 2; in SimpleDilatedTestPaddingSame() local 806 const int dilation_factor = 3; in TEST_P() local 865 const int dilation_factor = 2; in TEST_P() local
|
H A D | depthwise_conv_hybrid_test.cc | 56 int dilation_factor = 1, int stride_width = 1, int stride_height = 1, in BaseDepthwiseConvolutionOpModel()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
H A D | conv_test.cc | 36 int dilation_factor = 1, int stride_length = 1, in QuantizedConvolutionOpModel() 360 const int dilation_factor = 3; in TEST() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/include/ |
D | OperationsExecutionUtils.h | 141 inline void calculateExplicitPadding(int32_t in_size, int32_t stride, int32_t dilation_factor, in calculateExplicitPadding()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 225 void calculateExplicitPaddingImpl(int32_t in_size, int32_t stride, int32_t dilation_factor, in calculateExplicitPaddingImpl()
|