Searched refs:x_expected (Results 1 – 1 of 1) sorted by relevance
178 Tensor x_expected(DT_FLOAT, TensorShape({2, 1})); in TEST_F() local179 test::FillValues<float>(&x_expected, {2.0, 2.0}); in TEST_F()193 test::graph::Constant(&graph_2, x_expected, "x"); in TEST_F()205 test::ExpectTensorEqual<float>(x, x_expected); in TEST_F()