Home
last modified time | relevance | path

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

/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/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh619 composite_iter_t get_iterator () const in get_iterator() function
627 for (auto &item : get_iterator ()) in instructions_length()
644 for (const auto &_ : get_iterator ()) in drop_hints()
657 unsigned int num_points = hb_len (get_iterator ()); in get_contour_points()
679 return CompositeGlyph (*header, bytes).get_iterator (); in get_composite_iterator()
/external/fmtlib/include/fmt/
Dlocale.h50 return detail::get_iterator(buf); in vformat_to()
Dcolor.h576 return detail::get_iterator(buf); in vformat_to()
Dcore.h888 auto get_iterator(Buffer& buf) -> decltype(buf.out()) {
891 template <typename T> buffer_appender<T> get_iterator(buffer<T>& buf) {
1985 return detail::get_iterator(buf);
/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/keras/engine/
Dtraining_arrays_v1.py501 inputs = distributed_training_utils_v1.get_iterator(
538 return distributed_training_utils_v1.get_iterator(
540 return training_utils_v1.get_iterator(inputs)
Dtraining_distributed_v1.py175 iterator = dist_utils.get_iterator(dataset, current_strategy)
317 iterator = dist_utils.get_iterator(dataset, current_strategy)
470 iterator = dist_utils.get_iterator(dataset, current_strategy)
Dtraining_utils_v1.py1593 def get_iterator(dataset): function
1618 iterator = get_iterator(dataset)
/external/python/pybind11/tests/
Dtest_pytypes.py17 assert doc(m.get_iterator) == "get_iterator() -> Iterator"
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py572 def get_iterator(dataset, distribution_strategy): function
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py719 def get_iterator(self, iterator_id): member in DatasetV2._GeneratorState
892 values = next(generator_state.get_iterator(iterator_id))
961 values = next(generator_state.get_iterator(iterator_id.numpy()))
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py743 def get_iterator(self, worker): member in DistributedIteratorV1
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h1126 inline isl::checked::ast_expr get_iterator() const;
5052 isl::checked::ast_expr ast_node_for::get_iterator() const in get_iterator() function
Dcpp.h1191 inline isl::ast_expr get_iterator() const;
5661 isl::ast_expr ast_node_for::get_iterator() const in get_iterator() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py5766 def get_iterator(arg0): member in ast_node_for