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

  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
parallel_reader_test.py 65 current_key, _ = sess.run([key, value])
66 if '0-of-3' in str(current_key):
68 if '1-of-3' in str(current_key):
70 if '2-of-3' in str(current_key):
109 for current_key in current_keys:
110 if '0-of-3' in str(current_key):
112 if '1-of-3' in str(current_key):
114 if '2-of-3' in str(current_key):
178 current_key, _ = sess.run([key, value])
179 if 'flowers' in str(current_key)
    [all...]
  /external/autotest/client/site_tests/network_EthernetStressPlug/
network_EthernetStressPlug.py 422 current_key = ''
426 current_key = current_line[0]
431 if current_key == 'Speed':
433 parameters[current_key] = ''
435 parameters[current_key] = speed.groups()[0]
436 elif (current_key == 'Supported link modes' or
437 current_key == 'Advertised link modes'):
438 parameters[current_key] = []
439 parameters[current_key] += \
442 parameters[current_key] = current_line[2].strip(
    [all...]
  /external/v8/tools/release/
search_related_commits.py 174 for current_key in high_level_commits:
177 current_key,
182 yield "+" + current_key
184 found_commits = all_related_commits[current_key]
  /external/syslinux/com32/hdt/
hdt-cli.c 822 int current_key = 0; local
860 current_key = get_key(stdin, 0);
867 if (current_key != KEY_TAB)
870 switch (current_key) {
1106 if ((current_key < 0x20) || (current_key > 0x7e))
1117 sprintf(key, "%c", current_key);
    [all...]
  /external/python/cpython3/Lib/
plistlib.py 315 self.current_key = None
343 if self.current_key is not None:
347 self.stack[-1][self.current_key] = value
348 self.current_key = None
371 if self.current_key:
373 (self.current_key,self.parser.CurrentLineNumber))
377 if self.current_key or not isinstance(self.stack[-1], type({})):
380 self.current_key = self.get_data()
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
input_pipeline.py 391 current_key, current_value, current_index, collected_records):
393 return math_ops.not_equal(array_ops.squeeze(current_key, axis=0),
397 current_key, current_value, current_index, collected_records):
398 del current_key # unused
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phNxpExtns_MifareStd.h 28 extern uint8_t current_key[];
phNxpExtns_MifareStd.cpp 38 uint8_t current_key[6] = {0}; variable
869 memcpy(current_key, secretkey, len);
    [all...]
phFriNfc_MifStdFormat.cpp 223 Mfc_FormatNdef(current_key, 6);
    [all...]
  /external/v8/src/ast/
modules.cc 228 auto current_key = it->first; local
239 } while (it != regular_exports_.end() && it->first == current_key);
  /external/v8/src/
objects-debug.cc 1391 Name* current_key = NULL; local
    [all...]
objects.cc 16402 Object* current_key = KeyAt(current); local
    [all...]

Completed in 884 milliseconds