Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py1458 def _slice_to_dict(x): function
1534 args = nest.map_structure(_slice_to_dict, args)
1535 kwargs = nest.map_structure(_slice_to_dict, kwargs)