Home
last modified time | relevance | path

Searched refs:FallbackModel (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DInterfaceSupport.h77 using FallbackModel = typename Traits::template FallbackModel<T>; variable
/llvm-project-15.0.7/mlir/docs/
H A DInterfaces.md229 /// Unlike `Model`, `FallbackModel` passes the type object through to the
234 struct FallbackModel : public Concept {
249 /// may use `FallbackModel` directly to override the default implementation.
254 struct ExternalModel : public FallbackModel<ConcreteModel> {
264 deriving either `FallbackModel` or `ExternalModel` and by registering the model
309 (see below) with the name `FallbackModel`. This model can be implemented for a
315 : public ExampleOpInterface::FallbackModel<
/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp181 : public TestExternalFallbackTypeInterface::FallbackModel<
283 : public TestExternalOpInterface::FallbackModel<
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp387 : public TestEffectOpInterface::FallbackModel<