Searched refs:restore_slice_prop (Results 1 – 1 of 1) sorted by relevance
895 const OpInfo::TensorProperties& restore_slice_prop = restore_slice_props[0]; in TEST_F() local896 EXPECT_EQ(DT_FLOAT, restore_slice_prop.dtype()); in TEST_F()897 EXPECT_EQ("float: [128,256]", PropToString(restore_slice_prop)); in TEST_F()