Searched refs:OpInterfaceDef (Results 1 – 2 of 2) sorted by relevance
158 def implements(*interfaces: OpInterfaceDef): argument159 if any(not isinstance(intr, OpInterfaceDef) for intr in interfaces):
684 class OpInterfaceDef: class691 ContractionOpInterface = OpInterfaceDef("LinalgContractionOpInterface")692 ConvolutionOpInterface = OpInterfaceDef("LinalgConvolutionOpInterface")693 FillOpInterface = OpInterfaceDef("LinalgFillOpInterface")