/external/python/cpython2/Doc/library/ |
D | abc.rst | 89 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/ |
D | hb-ot-glyf-table.hh | 619 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/ |
D | locale.h | 50 return detail::get_iterator(buf); in vformat_to()
|
D | color.h | 576 return detail::get_iterator(buf); in vformat_to()
|
D | core.h | 888 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/ |
D | abc.rst | 121 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/ |
D | training_arrays_v1.py | 501 inputs = distributed_training_utils_v1.get_iterator( 538 return distributed_training_utils_v1.get_iterator( 540 return training_utils_v1.get_iterator(inputs)
|
D | training_distributed_v1.py | 175 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)
|
D | training_utils_v1.py | 1593 def get_iterator(dataset): function 1618 iterator = get_iterator(dataset)
|
/external/python/pybind11/tests/ |
D | test_pytypes.py | 17 assert doc(m.get_iterator) == "get_iterator() -> Iterator"
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | distributed_training_utils_v1.py | 572 def get_iterator(dataset, distribution_strategy): function
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 719 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/ |
D | input_lib.py | 743 def get_iterator(self, worker): member in DistributedIteratorV1
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | cpp-checked.h | 1126 inline isl::checked::ast_expr get_iterator() const; 5052 isl::checked::ast_expr ast_node_for::get_iterator() const in get_iterator() function
|
D | cpp.h | 1191 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/ |
D | isl.py | 5766 def get_iterator(arg0): member in ast_node_for
|