Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc1256 auto zero_slice = ZerosLike(scope, gathered); in GatherDropNegatives() local
1257 return SelectV2(scope, is_positive, gathered, zero_slice); in GatherDropNegatives()
/external/tensorflow/tensorflow/python/ops/
Dmath_grad.py488 zero_slice = array_ops.zeros_like(gathered)
490 zero_slice), zero_clipped_indices, is_positive)