Searched refs:set_group_count (Results 1 – 9 of 9) sorted by relevance
401 config.conv_desc.set_group_count(desc.feature_group_count); in GetGpuConvConfig()
490 proto_.set_group_count(1); in ConvolutionDescriptor()
549 ConvolutionDescriptor& set_group_count(int group_count) { in set_group_count() function550 proto_.set_group_count(group_count); in set_group_count()
274 .set_group_count(dims.in_depth / filter_shape.dim_size(2)); in operator ()()
428 .set_group_count(in_depth / filter_depth); in launch()
596 .set_group_count(in_depths / patch_depths);
1329 .set_group_count(dims.in_depth / filter_shape.dim_size(3)); in Compute()1826 .set_group_count(dims.in_depth / filter_shape.dim_size(3)); in Compute()
879 .set_group_count(dims.in_depth / filter_shape.dim_size(2)); in operator ()()
904 .set_group_count(in_depths / patch_depths); in operator ()()