Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py145 def map_structure_with_atomic(is_atomic_fn, map_fn, nested): function
173 map_structure_with_atomic(is_atomic_fn, map_fn, ele) for ele in values
224 return map_structure_with_atomic(_is_atomic_shape, _convert_shape,
272 return map_structure_with_atomic(_is_atomic_nested, _convert_object_or_list,