Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dnn_grad.py496 def _BroadcastMul(vec, mat): function
520 grad = _BroadcastMul(grad_loss, softmax_grad)
542 return grad, _BroadcastMul(grad_loss, -nn_ops.log_softmax(logits))
561 return _BroadcastMul(grad_0, sparse_softmax_grad_without_gradient), None
Dctc_ops.py38 from tensorflow.python.ops.nn_grad import _BroadcastMul
204 return [_BroadcastMul(grad_loss, grad_without_gradient), None, None, None]