Searched defs:TFDecodeAttributesInterface (Results 1 – 1 of 1) sorted by relevance
94 struct TFDecodeAttributesInterface : public DialectDecodeAttributesInterface { struct95 TFDecodeAttributesInterface(Dialect *dialect) in TFDecodeAttributesInterface() function97 LogicalResult decode(OpaqueElementsAttr input, ElementsAttr &output) const { in decode()