Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/session_bundle/
Dbundle_shim_test.cc546 const TensorInfo& tensor_info_x = it_inputs_x->second; in TEST() local
547 EXPECT_EQ("x:0", tensor_info_x.name()); in TEST()
548 EXPECT_EQ(DT_FLOAT, tensor_info_x.dtype()); in TEST()