Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dtf_utils.py106 def map_structure_with_atomic(is_atomic_fn, map_fn, nested): function
136 map_structure_with_atomic(is_atomic_fn, map_fn, ele) for ele in values
196 return map_structure_with_atomic(_is_atomic_shape, _convert_shape,
251 return map_structure_with_atomic(_is_atomic_nested, _convert_object_or_list,