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