Home
last modified time | relevance | path

Searched refs:iteration_type (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dinput_lib_test.py165 iteration_type, argument
173 if iteration_type == "for_loop" and not context.executing_eagerly():
176 if api_type == "wrap_into_iterator" and iteration_type == "for_loop":
216 if iteration_type == "get_next":
272 if iteration_type == "for_loop" and context.executing_eagerly():
360 iteration_type=["get_next", "for_loop"],
366 def testOneDeviceCPU(self, input_type, api_type, iteration_type, distribution, argument
377 self._test_input_iteration(input_type, api_type, iteration_type,
386 iteration_type=["get_next", "for_loop"],
389 def testOneDeviceCPUMultiWorker(self, input_type, api_type, iteration_type, argument
[all …]
/external/tensorflow/tensorflow/python/keras/distribute/
Dctl_correctness_test.py101 iteration_type, strategy=None, sync_batchnorm=None): argument
129 if iteration_type == 'dataset':
165 iteration_type, strategy=None, sync_batchnorm=None): argument
201 if iteration_type == 'dataset':
233 iteration_type=['iterator', 'dataset'],
243 iteration_type=['iterator', 'dataset'],
248 iteration_type, inside_func, argument
253 self.dnn_correctness(distribution, optimizer_fn, iteration_type,
256 def dnn_correctness(self, distribution, optimizer_fn, iteration_type, argument
266 initial_weights, dataset, optimizer_fn, iteration_type,
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c254 unsigned short iteration_type = 0; in get_homogeneous_type() local
261 iteration_type = get_homogeneous_type (ty->elements[i]); in get_homogeneous_type()
265 iteration_type = ty->elements[i]->type; in get_homogeneous_type()
269 if (candidate_type != iteration_type) in get_homogeneous_type()