Home
last modified time | relevance | path

Searched refs:x_expected (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_test.cc178 Tensor x_expected(DT_FLOAT, TensorShape({2, 1})); in TEST_F() local
179 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()