Searched defs:PadReduceWindowEffectiveBroadcastCase (Results 1 – 1 of 1) sorted by relevance
5033 struct PadReduceWindowEffectiveBroadcastCase { struct5034 std::vector<int64> input_spatials;5035 std::vector<int64> symmetric_pad_spatials;5036 std::vector<int64> reduce_window_spatials;5041 bool prepend_a;5042 bool should_become_broadcast;5044 string ToTestCaseName() const { in ToTestCaseName()