Home
last modified time | relevance | path

Searched refs:x_dilation_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.cc143 params_.x_kernel_size * params_.x_dilation_size - 1; in GenerateSrcUpload()
348 std::string loc_x = params_.x_dilation_size == 1 in GenerateCode()
350 : "kx * " + std::to_string(params_.x_dilation_size); in GenerateCode()
401 params.x_dilation_size = attr.dilations.w; in CreateDepthwiseConvolution2D()
Ddepthwise_conv.h91 int x_dilation_size = 1; member