Searched defs:sort_by (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | profile_analyzer_cli.py | 194 def _list_profile_sort_key(profile_datum, sort_by): argument 474 profile_datum_list, sort_by, sort_reverse, time_unit, argument
|
D | analyzer_cli.py | 636 def _sort_dump_data_by(self, data, sort_by, reverse): argument
|
D | analyzer_cli_test.py | 134 sort_by="timestamp", argument
|
/external/pytorch/torch/autograd/ |
D | profiler_legacy.py | 129 sort_by=None, argument
|
D | profiler_util.py | 170 sort_by=None, argument 802 sort_by=None, argument
|
D | profiler.py | 431 sort_by=None, argument
|
/external/bcc/libbpf-tools/ |
D | slabratetop.c | 39 static int sort_by = SORT_BY_CACHE_SIZE; variable
|
D | filetop.c | 43 static int sort_by = ALL; variable
|
D | tcptop.c | 51 static int sort_by = ALL; variable
|
D | biotop.c | 83 static int sort_by = ALL; variable
|
/external/rust/android-crates-io/crates/toml_edit/src/ |
D | array.rs | 342 pub fn sort_by<F>(&mut self, mut compare: F) in sort_by() method
|
/external/rust/android-crates-io/crates/walkdir/src/ |
D | lib.rs | 417 pub fn sort_by<F>(mut self, cmp: F) -> Self in sort_by() method
|
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | repeated.rs | 270 pub fn sort_by<F>(&mut self, compare: F) in sort_by() method
|
/external/rust/android-crates-io/crates/walkdir/src/tests/ |
D | recursive.rs | 951 fn sort_by() { in sort_by() function
|
/external/rust/android-crates-io/crates/indexmap/src/ |
D | map.rs | 697 pub fn sort_by<F>(&mut self, mut cmp: F) in sort_by() function
|
D | set.rs | 590 pub fn sort_by<F>(&mut self, mut cmp: F) in sort_by() function
|