Home
last modified time | relevance | path

Searched defs:PadReduceWindowEffectiveBroadcastCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier_test.cc5673 struct PadReduceWindowEffectiveBroadcastCase { struct
5674 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()