aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker/tosa_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'tosa_checker/tosa_checker.h')
-rw-r--r--tosa_checker/tosa_checker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tosa_checker/tosa_checker.h b/tosa_checker/tosa_checker.h
index d7750ea..f0e473a 100644
--- a/tosa_checker/tosa_checker.h
+++ b/tosa_checker/tosa_checker.h
@@ -47,6 +47,8 @@ class TOSAChecker {
std::string GetMLIRTOSAModelRepresentation(bool elide_large_attrs);
private:
+ static bool IsTOSACompatibleOp(mlir::Operation& op);
+
template <typename T>
static std::string GetMLIRRepresentation(T&& op);