Searched refs:stringTy (Results 1 – 1 of 1) sorted by relevance
213 Type stringTy = OpaqueType::get(StringAttr::get(&context, "test"), "string"); in TEST() local217 ShapedType tensorString = RankedTensorType::get({2, 2}, stringTy); in TEST()230 RankedTensorType stringValueTy = RankedTensorType::get({1}, stringTy); in TEST()250 EXPECT_TRUE(zeroStringValue.getType() == stringTy); in TEST()