Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_allgather_test.py76 current_index = my_multiple
78 indices.append(current_index)
82 float(current_index))))
83 current_index += my_multiple
/external/e2fsprogs/contrib/android/
De2fsdroid.c168 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/
DebpfDeparser.py30 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/
Dop_def_library.py125 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/
Dinput_pipeline.py391 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/
Dpartition_alloc.cc890 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/
Dnconf.c1074 int current_index = 0; in conf() local
1091 current_index, &last_top_row); in conf()
1103 if (do_match(res, &match_state, &current_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/
Dbytecode-array-random-iterator.h45 int current_index() const { return current_index_; } in current_index() function
/external/v8/src/compiler/
Dbytecode-analysis.cc326 generator_switch_index = iterator.current_index(); in Analyze()
347 loop_end_index_queue_.push_back(iterator.current_index()); in Analyze()
Dregister-allocator.cc149 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/
Dcontrol_flow_ops.py2054 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/
Dcopy_insertion.cc298 ShapeIndex current_index; in AddCopiesForWhile() local