Searched refs:restore_prop (Results 1 – 1 of 1) sorted by relevance
851 const OpInfo::TensorProperties& restore_prop = restore_props[0]; in TEST_F() local852 EXPECT_EQ(DT_FLOAT, restore_prop.dtype()); in TEST_F()853 EXPECT_EQ("float: [128,256]", PropToString(restore_prop)); in TEST_F()