Searched refs:typeAttr (Results 1 – 2 of 2) sorted by relevance
44 AttrValue typeAttr; in TestBitcastOp() local45 SetAttrValue(input_tensor->dtype(), &typeAttr); in TestBitcastOp()50 (*def.mutable_attr())["T"] = typeAttr; in TestBitcastOp()
79 LstrType typeAttr = LstrType.valueOf(parts.getAttributeValue(-1, "type")); in Validity() local80 if (typeAttr != type) { in Validity()