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