Home
last modified time | relevance | path

Searched defs:GetCost (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dnetwork.cc1190 uint16_t Network::GetCost(const webrtc::FieldTrialsView* field_trials) const { in GetCost() function in rtc::Network
1196 uint16_t Network::GetCost(const webrtc::FieldTrialsView& field_trials) const { in GetCost() function in rtc::Network
/aosp_15_r20/external/openthread/src/core/thread/
H A Drouter.hpp134 uint8_t GetCost(void) const { return mCost; } in GetCost() function in ot::Router
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/
H A Dcost_analysis.cc131 int64_t CostAnalysis::GetCost(mlir::Operation* op, int64_t op_key) const { in GetCost() function in tensorflow::tfrt_compiler::CostAnalysis