Searched refs:current_index (Results 1 - 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/contrib/mpi_collectives/
H A Dmpi_allgather_test.py76 current_index = my_multiple
78 indices.append(current_index)
82 float(current_index))))
83 current_index += my_multiple
/external/v8/src/interpreter/
H A Dbytecode-array-random-iterator.h45 int current_index() const { return current_index_; } function in class:v8::internal::interpreter::final
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
H A Dinput_pipeline.py391 current_key, current_value, current_index, collected_records):
392 del current_value, current_index, collected_records # unused
397 current_key, current_value, current_index, collected_records):
404 current_index + 1,
405 collected_records.write(current_index, current_value))
410 0, # current_index starting value
/external/pdfium/third_party/base/allocator/partition_allocator/
H A Dpartition_alloc.cc890 int16_t current_index = root->global_empty_page_ring_index;
891 PartitionPage* pageToDecommit = root->global_empty_page_ring[current_index];
901 root->global_empty_page_ring[current_index] = page;
902 page->empty_cache_index = current_index;
903 ++current_index;
904 if (current_index == kMaxFreeableSpans)
905 current_index = 0;
906 root->global_empty_page_ring_index = current_index;
/external/tensorflow/tensorflow/python/framework/
H A 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/v8/src/debug/
H A Dliveedit.js283 var current_index = 0;
289 while (current_index < compile_info.length &&
290 compile_info[current_index].outer_index == old_parent_index) {
291 var saved_index = current_index;
297 current_index++;
306 Assert(current_index == compile_info.length);
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dimage.py901 current_index = (self.batch_index * self.batch_size) % self.n
902 if self.n > current_index + self.batch_size:
907 yield self.index_array[current_index:current_index + self.batch_size]
/external/v8/src/compiler/
H A Dbytecode-analysis.cc281 loop_end_index_queue_.push_back(iterator.current_index());
H A Dregister-allocator.cc152 size_t current_index = left_index + (right_index - left_index) / 2; local
153 DCHECK(right_index > current_index);
154 LiveRangeBound* bound = &start_[current_index];
157 DCHECK(left_index < current_index);
158 left_index = current_index;
160 right_index = current_index;
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion.cc269 ShapeIndex current_index; local
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/v8/src/crankshaft/
H A Dhydrogen.cc4989 HValue* current_index = Pop(); local
4991 AddUncasted<HAdd>(current_index, graph()->GetConstant1());
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 428 milliseconds