Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops.py872 return cross_device_utils.stitch_values(((dense_results, dense_indices),
1195 return cross_device_utils.stitch_values(
Dcross_device_utils.py635 def stitch_values(values_and_indices_list): function