Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc46 Output ConjugateHelper(const Scope& scope, const Output& out) { in ConjugateHelper() function
94 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in SquareGrad()
126 Mul(scope, grad_inputs[0], ConjugateHelper(scope, op.output(0)))); in ExpGrad()
139 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in Expm1Grad()
152 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in LogGrad()
166 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in Log1pGrad()
179 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in SinhGrad()
192 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in CoshGrad()
207 auto y = ConjugateHelper(grad_scope, op.output(0)); in TanhGrad()
221 Mul(scope, grad_inputs[0], ConjugateHelper(scope, dydx))); in AsinhGrad()
[all …]