Home
last modified time | relevance | path

Searched refs:map_structure_with_atomic (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): function
137 map_structure_with_atomic(is_atomic_fn, map_fn, ele) for ele in values
197 return map_structure_with_atomic(_is_atomic_shape, _convert_shape,
252 return map_structure_with_atomic(_is_atomic_nested, _convert_object_or_list,
Dtf_utils_test.py189 tf_utils.map_structure_with_atomic(