Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
H A Dgpu_hardware.cc83 double GetOpCost(mlir::Operation* op) const override { return 0; } in GetOpCost() function in mlir::TFL::tac::__anon490fa2d60211::GpuBasicSupportedOpNoCost
100 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon490fa2d60211::GpuArithmeticOp
122 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon490fa2d60211::GpuConcatOp
144 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anon490fa2d60211::GpuConvOp
H A Dcpu_hardware.cc102 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonbbf1ebd20111::CpuConvOp
123 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonbbf1ebd20111::CpuArithmeticOp
143 double GetOpCost(mlir::Operation* op) const override { in GetOpCost() function in mlir::TFL::tac::__anonbbf1ebd20111::CpuConcatOp
H A 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
H A Dsimple_hardware.cc46 double SimpleHardware::GetOpCost(mlir::Operation* op) const { in GetOpCost() function in mlir::TFL::tac::SimpleHardware
H A Dtarget_hardware.cc127 double TargetHardware::GetOpCost(mlir::Operation* op) const { in GetOpCost() function in mlir::TFL::tac::TargetHardware