Home
last modified time | relevance | path

Searched defs:GetMetrics (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/
Dtrain_loop.h62 std::vector<mindspore::session::Metrics *> GetMetrics() override { return metrics_; } in GetMetrics() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/model/
Dmodel_impl.h115 std::vector<Metrics *> GetMetrics() { return metrics_; } in GetMetrics() function
Dmodel.cc638 std::vector<Metrics *> Model::GetMetrics() { in GetMetrics() function in mindspore::Model
/third_party/grpc/src/cpp/server/
Dbackend_metric_recorder.cc199 grpc_core::BackendMetricData ServerMetricRecorder::GetMetrics() const { in GetMetrics() function in grpc::experimental::ServerMetricRecorder
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel.cc441 std::vector<Metrics *> Model::GetMetrics() { in GetMetrics() function in mindspore::Model
/third_party/skia/src/pdf/
DSkPDFFont.cpp106 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface* typeface, in GetMetrics() function in SkPDFFont
/third_party/skia/m133/src/pdf/
DSkPDFFont.cpp258 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface& typeface, in GetMetrics() function in SkPDFFont
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp161573 FrameMetrics& GetMetrics() { return mMetrics; } in GetMetrics() function
161574 const FrameMetrics& GetMetrics() const { return mMetrics; } in GetMetrics() function