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::__anonb48387a10111::CpuHardware114 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonb48387a10111::CpuConvOp134 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonb48387a10111::CpuArithmeticOp154 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonb48387a10111::CpuConcatOp
85 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::GpuBasicSupportedOpNoCost107 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::GpuArithmeticOp129 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::GpuConcatOp153 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::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