HomeSort by relevance Sort by last modified time
    Searched defs:sort_key (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/ops/
special_math_ops.py 343 def sort_key(input_index, a): function in function:_einsum_reduction
354 sorted(sym_list, key=lambda a: sort_key(i, a))
  /external/toybox/toys/posix/
sort.c 75 struct sort_key struct
77 struct sort_key *next_key; // linked list
84 static char *get_key_data(char *str, struct sort_key *key, int flags)
160 // append a sort_key to key_list.
162 static struct sort_key *add_key(void)
165 struct sort_key **pkey = (struct sort_key **)stupid_compiler;
168 return *pkey = xzalloc(sizeof(struct sort_key));
248 struct sort_key *key;
250 for (key=(struct sort_key *)TT.key_list; !retval && key; key = key->next_key)
    [all...]
  /external/fonttools/Lib/fontTools/varLib/
varStore.py 345 def sort_key(self): member in class:_Encoding
504 encodings.sort(key=_Encoding.sort_key)
  /external/python/cpython3/Tools/c-globals/
check-c-globals.py 255 def sort_key(var): function in function:make_sort_key
258 return sort_key
  /external/tensorflow/tensorflow/tools/docs/
parser_test.py 238 def sort_key(prop_info): function in function:ParserTest.test_namedtuple_field_order
242 sorted(page_info.properties, key=sort_key))

Completed in 708 milliseconds