Searched refs:concat0 (Results 1 – 2 of 2) sorted by relevance
876 auto concat0 = ReferenceUtil::Concat3D(y_bcast3d, x3d, 0); in XLA_TEST_F() local877 auto concat1 = ReferenceUtil::Concat3D(*concat0, z_bcast3d, 1); in XLA_TEST_F()
3518 Output concat0 = ops::Concat(s.WithOpName("concat0"), {c1, c2, c1}, axis); in TEST_F() local