Searched defs:IsOpSupported (Results 1 – 6 of 6) sorted by relevance
76 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anonbbf1ebd20111::CpuHardware114 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonbbf1ebd20111::CpuConvOp134 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonbbf1ebd20111::CpuArithmeticOp154 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonbbf1ebd20111::CpuConcatOp
85 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon490fa2d60211::GpuBasicSupportedOpNoCost107 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon490fa2d60211::GpuArithmeticOp129 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon490fa2d60211::GpuConcatOp153 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon490fa2d60211::GpuConvOp
57 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::NNAPIBasicSupportedOpNoCost76 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::NNAPIConcatOp
27 bool SimpleHardware::IsOpSupported(mlir::Operation* op) const { in IsOpSupported() function in mlir::TFL::tac::SimpleHardware
138 bool TargetHardware::IsOpSupported(mlir::Operation* op) const { in IsOpSupported() function in mlir::TFL::tac::TargetHardware
47 bool IsOpSupported(mlir::Operation* op, const std::string& hardware) { in IsOpSupported() function