Home
last modified time | relevance | path

Searched refs:get_iterator (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh202 static bool get_iterator (const char * glyph_data, in get_iterator() function
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
400 if (unlikely (!CompositeGlyphHeader::get_iterator ( in get_instruction_offsets()
Dhb-subset-glyf.cc125 if (OT::glyf::CompositeGlyphHeader::get_iterator (glyph_start, in _update_components()
145 …if (unlikely (!OT::glyf::CompositeGlyphHeader::get_iterator (glyf_prime, length, &composite_it))) … in _remove_composite_instruction_flag()
/external/python/cpython2/Doc/library/
Dabc.rst89 def get_iterator(self):
100 def get_iterator(self):
114 here can still be called from subclasses. The :meth:`get_iterator` method
126 :meth:`__getitem__`). Note that this will not make ``get_iterator``
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_arrays.py467 inputs = distributed_training_utils.get_iterator(
504 return distributed_training_utils.get_iterator(
506 return training_utils.get_iterator(inputs)
Dtraining_distributed.py311 iterator = distributed_training_utils.get_iterator(dataset, current_strategy)
478 iterator = distributed_training_utils.get_iterator(dataset,
622 iterator = distributed_training_utils.get_iterator(dataset, current_strategy)
Dtraining_utils.py1286 def get_iterator(dataset): function
1308 iterator = get_iterator(dataset)
Ddistributed_training_utils.py518 def get_iterator(dataset, distribution_strategy): function
/external/python/cpython3/Doc/library/
Dabc.rst121 def get_iterator(self):
131 def get_iterator(self):
145 here can still be called from subclasses. The :meth:`get_iterator` method
157 :meth:`__getitem__`). Note that this will not make ``get_iterator``
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py229 def get_iterator(self, worker): member in InputIteratorImpl
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py316 def get_iterator(self, iterator_id): member in DatasetV2._GeneratorState
440 values = next(generator_state.get_iterator(iterator_id))