Searched refs:matrix_clone (Results 1 – 1 of 1) sorted by relevance
389 auto matrix_clone = LiteralUtil::CreateR2<float>({{1.0, 2.0}, {3.0, 4.0}}); in TEST_F() local397 EXPECT_EQ(matrix, matrix_clone); in TEST_F()