Searched refs:tensor_info_x (Results 1 – 1 of 1) sorted by relevance
546 const TensorInfo& tensor_info_x = it_inputs_x->second; in TEST() local547 EXPECT_EQ("x:0", tensor_info_x.name()); in TEST()548 EXPECT_EQ(DT_FLOAT, tensor_info_x.dtype()); in TEST()