Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc74 kernel_spatial_dim_size, input_dim_size; member
311 if (c.kernel_spatial_dim_size != 1) { in IsConvSuitableForSpaceToBatch()
314 } else if (c.kernel_spatial_dim_size != c.base_dilation_factor + 1 || in IsConvSuitableForSpaceToBatch()
1963 spatial_split_size + std::max(c.kernel_spatial_dim_size - c.stride - in PropagateOnConv()
2597 const int64 kernel_spatial_dim_size = in GetConvolutionDetails() local
2630 std::max(kernel_spatial_dim_size - stride - (base_dilation_factor - 1), in GetConvolutionDetails()
2648 kernel_spatial_dim_size, in GetConvolutionDetails()
2715 << c.kernel_spatial_dim_size; in PerformSpaceToBatchOnConvolution()