Home
last modified time | relevance | path

Searched defs:metric (Results 1 – 25 of 46) sorted by relevance

12

/third_party/node/deps/npm/node_modules/byte-size/
Dindex.mjs62 { expFrom: 0, expTo: 1, metric: 'B', iec: 'B', metric_octet: 'o', iec_octet: 'o' }, property
63 { expFrom: 1, expTo: 2, metric: 'kB', iec: 'KiB', metric_octet: 'ko', iec_octet: 'Kio' }, property
64 { expFrom: 2, expTo: 3, metric: 'MB', iec: 'MiB', metric_octet: 'Mo', iec_octet: 'Mio' }, property
65 { expFrom: 3, expTo: 4, metric: 'GB', iec: 'GiB', metric_octet: 'Go', iec_octet: 'Gio' }, property
66 { expFrom: 4, expTo: 5, metric: 'TB', iec: 'TiB', metric_octet: 'To', iec_octet: 'Tio' }, property
67 { expFrom: 5, expTo: 6, metric: 'PB', iec: 'PiB', metric_octet: 'Po', iec_octet: 'Pio' }, property
68 { expFrom: 6, expTo: 7, metric: 'EB', iec: 'EiB', metric_octet: 'Eo', iec_octet: 'Eio' }, property
69 { expFrom: 7, expTo: 8, metric: 'ZB', iec: 'ZiB', metric_octet: 'Zo', iec_octet: 'Zio' }, property
70 { expFrom: 8, expTo: 9, metric: 'YB', iec: 'YiB', metric_octet: 'Yo', iec_octet: 'Yio' } property
/third_party/node/deps/npm/node_modules/byte-size/dist/
Dindex.js68 { expFrom: 0, expTo: 1, metric: 'B', iec: 'B', metric_octet: 'o', iec_octet: 'o' }, property
69 { expFrom: 1, expTo: 2, metric: 'kB', iec: 'KiB', metric_octet: 'ko', iec_octet: 'Kio' }, property
70 { expFrom: 2, expTo: 3, metric: 'MB', iec: 'MiB', metric_octet: 'Mo', iec_octet: 'Mio' }, property
71 { expFrom: 3, expTo: 4, metric: 'GB', iec: 'GiB', metric_octet: 'Go', iec_octet: 'Gio' }, property
72 { expFrom: 4, expTo: 5, metric: 'TB', iec: 'TiB', metric_octet: 'To', iec_octet: 'Tio' }, property
73 { expFrom: 5, expTo: 6, metric: 'PB', iec: 'PiB', metric_octet: 'Po', iec_octet: 'Pio' }, property
74 { expFrom: 6, expTo: 7, metric: 'EB', iec: 'EiB', metric_octet: 'Eo', iec_octet: 'Eio' }, property
75 { expFrom: 7, expTo: 8, metric: 'ZB', iec: 'ZiB', metric_octet: 'Zo', iec_octet: 'Zio' }, property
76 { expFrom: 8, expTo: 9, metric: 'YB', iec: 'YiB', metric_octet: 'Yo', iec_octet: 'Yio' } property
/third_party/ninja/src/
Dmetrics.cc78 ScopedMetric::ScopedMetric(Metric* metric) { in ScopedMetric()
93 Metric* metric = new Metric; in NewMetric() local
112 Metric* metric = *i; in Report() local
/third_party/mindspore/mindspore/explainer/benchmark/_attribution/
Dlocalization.py71 metric="PointingGame" argument
86 def _verify_metrics(metric): argument
Dfaithfulness.py383 def __init__(self, num_labels, activation_fn, metric="NaiveFaithfulness"): argument
/third_party/skia/third_party/externals/dawn/scripts/
Dperf_test_runner.py30 metric = 'wall_time' variable
108 def get_results(metric, extra_args=[]): argument
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dperf_test_runner.py23 metric = 'wall_time' variable
107 def get_results(metric, extra_args=[]): argument
/third_party/boost/boost/units/base_units/metric/
Dnautical_mile.hpp21 namespace metric { namespace
Dminute.hpp22 namespace metric { namespace
Dangstrom.hpp22 namespace metric { namespace
Dhour.hpp22 namespace metric { namespace
Dday.hpp23 namespace metric { namespace
Dmicron.hpp21 namespace metric { namespace
Dton.hpp23 namespace metric { namespace
Dyear.hpp23 namespace metric { namespace
Dfermi.hpp21 namespace metric { namespace
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_loop.cc120 for (auto metric : metrics_) { in Eval() local
152 for (auto metric : metrics_) metric->Update(cb_data.session_->GetInputs(), outputs); in Eval() local
/third_party/skia/third_party/externals/angle2/scripts/
Dperf_test_runner.py132 def get_results(metric, extra_args=[]): argument
/third_party/libnl/lib/route/
Droute_utils.c159 char *rtnl_route_metric2str(int metric, char *buf, size_t size) in rtnl_route_metric2str()
Droute_obj.c787 int rtnl_route_set_metric(struct rtnl_route *route, int metric, uint32_t value) in rtnl_route_set_metric()
804 int rtnl_route_unset_metric(struct rtnl_route *route, int metric) in rtnl_route_unset_metric()
817 int rtnl_route_get_metric(struct rtnl_route *route, int metric, uint32_t *value) in rtnl_route_get_metric()
/third_party/harfbuzz/src/
Dhb-ot-vorg-table.hh104 VertOriginMetric metric; in subset() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-vorg-table.hh104 VertOriginMetric metric; in subset() local
/third_party/toybox/toys/pending/
Droute.c134 int flags, ref, use, metric, mss, win, irtt, items; in display_routes() local
412 int prefixlen, metric, use, refcount, flag, items = 0; in display_routes6() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dlineage.proto100 optional string metric = 2; field
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp401 std::string metric = std::string(testInfo->test_suite_name()) + "." + trace; in PrintResultImpl() local

12