Home
last modified time | relevance | path

Searched defs:IsOpSupported (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
Dcpu_hardware.cc76 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anonb48387a10111::CpuHardware
114 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonb48387a10111::CpuConvOp
134 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonb48387a10111::CpuArithmeticOp
154 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::__anonb48387a10111::CpuConcatOp
Dgpu_hardware.cc85 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::GpuBasicSupportedOpNoCost
107 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::GpuArithmeticOp
129 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::GpuConcatOp
153 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::__anon41a13ea50211::GpuConvOp
Dnnapi_hardware.cc57 bool IsOpSupported(mlir::Operation* op) const override { in IsOpSupported() function in mlir::TFL::tac::NNAPIBasicSupportedOpNoCost
76 bool IsOpSupported(mlir::Operation* op) const override { return true; } in IsOpSupported() function in mlir::TFL::tac::NNAPIConcatOp
Dsimple_hardware.cc27 bool SimpleHardware::IsOpSupported(mlir::Operation* op) const { in IsOpSupported() function in mlir::TFL::tac::SimpleHardware
Dtarget_hardware.cc138 bool TargetHardware::IsOpSupported(mlir::Operation* op) const { in IsOpSupported() function in mlir::TFL::tac::TargetHardware
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dexecution_metadata_exporter.cc47 bool IsOpSupported(mlir::Operation* op, const std::string& hardware) { in IsOpSupported() function