Searched defs:PadReduceWindowEffectiveBroadcastCase (Results 1 – 1 of 1) sorted by relevance
5673 struct PadReduceWindowEffectiveBroadcastCase { struct5674 std::vector<int64_t> input_spatials;5675 std::vector<int64_t> symmetric_pad_spatials;5676 std::vector<int64_t> reduce_window_spatials;5681 bool prepend_a;5682 bool should_become_broadcast;5684 std::string ToTestCaseName() const { in ToTestCaseName()