HomeSort by relevance Sort by last modified time
    Searched refs:is_indexed_slices (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/distribute/
cross_device_utils.py 686 def is_indexed_slices(value): function
709 if is_indexed_slices(v):
  /external/tensorflow/tensorflow/python/keras/
callbacks_v1.py 216 def is_indexed_slices(grad): function in function:TensorBoard._make_histogram_ops
220 grad.values if is_indexed_slices(grad) else grad

Completed in 266 milliseconds