Searched refs:current_index (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | mpi_allgather_test.py | 76 current_index = my_multiple 78 indices.append(current_index) 82 float(current_index)))) 83 current_index += my_multiple
|
/external/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 168 size_t current_index; in parse_ugid_map() local 185 for (line = strtok_r(arg, "\n", &line_saveptr), current_index = 0; in parse_ugid_map() 187 line = strtok_r(NULL, "\n", &line_saveptr), ++current_index) { in parse_ugid_map() 189 line, &result->entries[current_index])) { in parse_ugid_map()
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | ebpfDeparser.py | 30 current_index = tag_stacks_index[base_name] 31 if current_index > hdr.max_index: 34 name = base_name + "[%d]" % current_index
|
/external/tensorflow/tensorflow/python/framework/ |
D | op_def_library.py | 125 current_index = 0 128 result.append(l[current_index]) 129 current_index += 1 131 result.append(l[current_index:current_index+element]) 132 current_index += element
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | input_pipeline.py | 391 current_key, current_value, current_index, collected_records): argument 392 del current_value, current_index, collected_records # unused 397 current_key, current_value, current_index, collected_records): argument 404 current_index + 1, 405 collected_records.write(current_index, current_value))
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.cc | 890 int16_t current_index = root->global_empty_page_ring_index; in PartitionRegisterEmptyPage() local 891 PartitionPage* pageToDecommit = root->global_empty_page_ring[current_index]; in PartitionRegisterEmptyPage() 901 root->global_empty_page_ring[current_index] = page; in PartitionRegisterEmptyPage() 902 page->empty_cache_index = current_index; in PartitionRegisterEmptyPage() 903 ++current_index; in PartitionRegisterEmptyPage() 904 if (current_index == kMaxFreeableSpans) in PartitionRegisterEmptyPage() 905 current_index = 0; in PartitionRegisterEmptyPage() 906 root->global_empty_page_ring_index = current_index; in PartitionRegisterEmptyPage()
|
/external/u-boot/scripts/kconfig/ |
D | nconf.c | 1074 int current_index = 0; in conf() local 1091 current_index, &last_top_row); in conf() 1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1104 if (current_index != -1) in conf() 1105 center_item(current_index, in conf() 1151 current_index = curses_item_index(); in conf()
|
/external/v8/src/interpreter/ |
D | bytecode-array-random-iterator.h | 45 int current_index() const { return current_index_; } in current_index() function
|
/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 326 generator_switch_index = iterator.current_index(); in Analyze() 347 loop_end_index_queue_.push_back(iterator.current_index()); in Analyze()
|
D | register-allocator.cc | 149 size_t current_index = left_index + (right_index - left_index) / 2; in Find() local 150 DCHECK(right_index > current_index); in Find() 151 LiveRangeBound* bound = &start_[current_index]; in Find() 154 DCHECK(left_index < current_index); in Find() 155 left_index = current_index; in Find() 157 right_index = current_index; in Find()
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 2054 current_index = 0 2058 indexed_slice_indices.append(current_index + 1) 2060 current_index += len(nest.flatten(item, expand_composites=True)) 2062 current_index += 1 2063 assert current_index == len(flat_a)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | copy_insertion.cc | 298 ShapeIndex current_index; in AddCopiesForWhile() local
|