Home
last modified time | relevance | path

Searched defs:GetOpCost (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
Dgpu_hardware.cc83 double GetOpCost(mlir::Operation* op) const override { return 0; } in GetOpCost() function in mlir::TFL::tac::__anon41a13ea50211::GpuBasicSupportedOpNoCost
100 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon41a13ea50211::GpuArithmeticOp
122 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon41a13ea50211::GpuConcatOp
144 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon41a13ea50211::GpuConvOp
Dcpu_hardware.cc102 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonb48387a10111::CpuConvOp
123 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonb48387a10111::CpuArithmeticOp
143 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonb48387a10111::CpuConcatOp
Dnnapi_hardware.cc55 double GetOpCost(mlir::Operation* op) const override { return 0; } in GetOpCost() function in mlir::TFL::tac::NNAPIBasicSupportedOpNoCost
69 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::NNAPIConcatOp
Dsimple_hardware.cc46 double SimpleHardware::GetOpCost(mlir::Operation* op) const { in GetOpCost() function in mlir::TFL::tac::SimpleHardware
Dtarget_hardware.cc127 double TargetHardware::GetOpCost(mlir::Operation* op) const { in GetOpCost() function in mlir::TFL::tac::TargetHardware