scair.clair.OpDefs
See theOpDefs companion object
trait OpDefs[T <: Operation] extends OperationCompanion[T]
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Operationtrait IntrusiveNode[Operation]trait IRNodeclass Objecttrait Matchableclass AnyShow all
Types
Value members
Abstract methods
Inherited methods
Attributes
- Inherited from:
- OperationCompanion
Attributes
- Inherited from:
- OperationCompanion
Inherited and Abstract methods
Attributes
- Inherited from:
- OperationCompanion
Exports
Inherited defined exports
export whitespace
Exported from Lexical$package
Whitespace syntax that supports // line-comments, without /* */ comments, as is the case in the MLIR Language Spec.
Whitespace syntax that supports // line-comments, without /* */ comments, as is the case in the MLIR Language Spec.
It's litteraly fastparse's JavaWhitespace with the /* */ states just erased :)
Attributes
- Inherited from:
- OperationCompanion
In this article