Searched defs:PadReduceWindowEffectiveBroadcastCase (Results 1 – 1 of 1) sorted by relevance
4176 struct PadReduceWindowEffectiveBroadcastCase { struct4177 std::vector<int64> input_spatials;4178 std::vector<int64> symmetric_pad_spatials;4179 std::vector<int64> reduce_window_spatials;4184 bool prepend_a;4185 bool should_become_broadcast;4187 string ToTestCaseName() const { in ToTestCaseName()