Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dconvolution_handler.cc59 const int64_t kernel_output_feature_size = in PartitionConvolutionWithBatchGroupCount() local
61 if (input_batch_size != kernel_output_feature_size || in PartitionConvolutionWithBatchGroupCount()
150 const int64_t kernel_output_feature_size = in PartitionConvolutionWithFeatureGroupCount() local
152 if (kernel_output_feature_size % original_hlo->feature_group_count() != 0 || in PartitionConvolutionWithFeatureGroupCount()