Home
last modified time | relevance | path

Searched refs:is_atomic_fn (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py107 def map_structure_with_atomic(is_atomic_fn, map_fn, nested): argument
123 if is_atomic_fn(nested):
137 map_structure_with_atomic(is_atomic_fn, map_fn, ele) for ele in values
Dtf_utils_test.py190 is_atomic_fn=lambda x: isinstance(x, int),