Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1.py218 def is_indexed_slices(grad): function
222 grad.values if is_indexed_slices(grad) else grad
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils_test.py83 self.assertTrue(cross_device_utils.is_indexed_slices(t))
Dcross_device_utils.py603 def is_indexed_slices(value): function
626 if is_indexed_slices(v):