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::__anonf09f1fcc0211::GpuBasicSupportedOpNoCost
100 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonf09f1fcc0211::GpuArithmeticOp
122 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonf09f1fcc0211::GpuConcatOp
144 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonf09f1fcc0211::GpuConvOp
Dcpu_hardware.cc100 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon638168c80111::CpuConvOp
121 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon638168c80111::CpuArithmeticOp
141 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon638168c80111::CpuConcatOp
Dnnapi_hardware.cc54 double GetOpCost(mlir::Operation* op) const override { return 0; } in GetOpCost() function in mlir::TFL::tac::NNAPIBasicSupportedOpNoCost
68 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.cc124 double TargetHardware::GetOpCost(mlir::Operation* op) const { in GetOpCost() function in mlir::TFL::tac::TargetHardware