Searched defs:dilation_factor (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/src/core/NEON/kernels/convolution/depthwise/ |
D | depthwise_dilated_qa8_qa8.cpp | 38 int dilation_factor, nck::ActivationFunction activation, in QAsymm8DilatedDepthwiseConvolution() 61 int dilation_factor, int n_output_rows, int n_output_cols, in QAsymm8DilatedDepthwiseConvolution() 83 int dilation_factor, nck::ActivationFunction activation, in QAsymm8DilatedDepthwiseConvolution() 107 int dilation_factor, int n_output_rows, int n_output_cols, in QAsymm8DilatedDepthwiseConvolution()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | identify_dilated_conv.cc | 62 int dilation_factor) { in ResolveDilatedConv() 193 int dilation_factor = in Run() local
|
/external/ComputeLibrary/src/runtime/NEON/functions/assembly/ |
D | NEDepthwiseConvolutionAssemblyDispatch.cpp | 50 … int dilation_factor, neon_convolution_kernels::ActivationFunction activation, in get_qasymm8_convolver() 135 … int dilation_factor, neon_convolution_kernels::ActivationFunction activation, in get_fp16_convolver() 176 … int dilation_factor, neon_convolution_kernels::ActivationFunction activation, in get_fp32_convolver() 229 const int dilation_factor = dilation.x(); in create_convolver() local
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | conv_test.cc | 34 int dilation_factor = 1, int stride_length = 1, in QuantizedConvolutionOpModel() 346 const int dilation_factor = 3; in TEST() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
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
|
D | depthwise_conv_hybrid_test.cc | 56 int dilation_factor = 1, int stride_width = 1, int stride_height = 1, in BaseDepthwiseConvolutionOpModel()
|