HomeSort by relevance Sort by last modified time
    Searched refs:key_list (Results 1 - 18 of 18) sorted by null

  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_getitem.py 108 def _ragged_getitem(rt_input, key_list):
116 key_list: The list of keys specifying which piece to return. Each key
123 ValueError: If `key_list` is not supported.
124 TypeError: If any keys in `key_list` have an unsupported type.
126 if not key_list:
128 row_key = key_list[0]
129 inner_keys = key_list[1:]
132 expanded_key_list = _expand_ellipsis(key_list, rt_input.shape.ndims)
218 def _ragged_getitem_inner_dimensions(rt_input, key_list):
224 key_list: The __getitem__ keys for slicing the inner dimensions
    [all...]
  /external/vboot_reference/host/lib21/include/
host_signature2.h 50 * @param key_list List of keys to calculate signature length from.
55 const struct vb2_private_key **key_list,
80 * @param key_list List of keys to sign object with
85 const struct vb2_private_key **key_list,
  /external/autotest/server/cros/multimedia/
input_facade_adapter.py 69 def press_keys(self, key_list):
72 @param key_list: A list of key strings, e.g. ['LEFTCTRL', 'F4']
74 self._input_proxy.press_keys(key_list)
  /external/autotest/client/cros/multimedia/
input_facade_native.py 73 def press_keys(self, key_list):
76 @param key_list: A list of key strings, e.g. ['LEFTCTRL', 'F4']
78 graphics_utils.press_keys(key_list)
  /external/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]
results_cache.py 394 def StoreToCacheDir(self, cache_dir, machine_manager, key_list):
409 for k in key_list:
  /external/vboot_reference/host/lib21/
host_signature.c 200 const struct vb2_private_key **key_list,
209 rv = vb2_sig_size_for_key(&size, key_list[i], NULL);
245 const struct vb2_private_key **key_list,
255 rv = vb2_sign_data(&sig, buf, sig_offset, key_list[i], NULL);
  /external/toybox/toys/posix/
sort.c 63 void *key_list;
160 // append a sort_key to key_list.
164 void **stupid_compiler = &TT.key_list;
243 // Callback from qsort(): Iterate through key_list and perform comparisons.
250 for (key=(struct sort_key *)TT.key_list; !retval && key; key = key->next_key){
363 if (!TT.key_list) add_key()->range[0] = 1;
  /external/autotest/site_utils/stable_images/
stable_version.py 117 key_list = mappings.keys()
118 key_width = max(12, len(max(key_list, key=len)))
120 for k in sorted(key_list):
  /external/autotest/client/cros/
storage.py 427 key_list = ('device', 'bus', 'model', 'size', 'fs_uuid', 'fstype',
441 for key in key_list:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /external/python/cpython2/Lib/
mailbox.py     [all...]
  /external/python/cpython3/Lib/
mailbox.py     [all...]
  /art/build/apex/
art_apex_test.py 648 key_list = list(sorted(apex_map.keys()))
649 for i, key in enumerate(key_list):
651 last = self.get_last_vertical(i == len(key_list) - 1)
655 self._has_next_list.append(i < len(key_list) - 1)
  /external/libxml2/
rngparser.c 111 const xmlChar *key_list; member in struct:_xmlCRelaxNGParserCtxt
226 (str == ctxt->key_list) ||
933 } else if (token->token == ctxt->key_list) {
    [all...]
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
str_agp.h 143 unsigned long *key_list; member in struct:agp_bridge_data
  /external/autotest/client/cros/graphics/
graphics_utils.py 446 def press_keys(key_list):
453 _uinput_emit_combo(_get_uinput_device_keyboard(), key_list)
    [all...]
  /external/toybox/generated/
globals.h 1262 void *key_list; member in struct:sort_data

Completed in 442 milliseconds