Searched defs:y_bcast (Results 1 – 2 of 2) sorted by relevance
98 const Vec& y_bcast() const { return y_bcast_; } in y_bcast() function
624 auto y_bcast = Broadcast(y, {1, 5, 7}); in XLA_TEST_F() local