aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/convolution_feature_group_converter_test.cc
Commit message (Collapse)AuthorAge
* Add a HloPass to rewrite convolutions with feature_group_count > 1.Gravatar Adrian Kuegel2018-08-16
The convolutions are rewritten to convolutions with feature_group_count = 1. Adapt hlo_verifier and shape_inference to handle feature_group_count > 1. Add the new pass to the backends, and write a depthwise convolution test. PiperOrigin-RevId: 208954204