MLIR
22.0.0git
|
#include "mlir/Dialect/Tosa/IR/TargetEnv.h"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::tosa | |
Functions | |
TargetEnvAttr | mlir::tosa::lookupTargetEnv (Operation *op) |
TargetEnvAttr | mlir::tosa::getDefaultTargetEnv (MLIRContext *context) |
TargetEnvAttr | mlir::tosa::lookupTargetEnvOrDefault (Operation *op) |
Queries the target environment recursively from enclosing symbol table ops containing the given op or returns the default target environment as returned by getDefaultTargetEnv() if not provided. More... | |