Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_grad.cc25 Status GradForUnaryCwise(FunctionDef* g, std::vector<FDH::Node> nodes) { in GradForUnaryCwise() function
45 return GradForUnaryCwise(g, { in AbsGrad()
55 return GradForUnaryCwise(g, { in NegGrad()
64 return GradForUnaryCwise(g, { in InvGrad()
77 return GradForUnaryCwise(g, { in SquareGrad()
89 return GradForUnaryCwise(g, { in SqrtGrad()
103 return GradForUnaryCwise(g, { in RsqrtGrad()
118 return GradForUnaryCwise(g, { in ExpGrad()
128 return GradForUnaryCwise(g, { in Expm1Grad()
138 return GradForUnaryCwise(g, { in LogGrad()
[all …]
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test.cc265 static Status GradForUnaryCwise(FunctionDef* g, in GradForUnaryCwise() function
287 return GradForUnaryCwise(g, { in SupportedGrad()
301 return GradForUnaryCwise(g, { in UnsupportedGrad()