MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SymGrad

Method SymGrad

tensorflow/core/ops/math_grad_test.cc:103–107  ·  view source on GitHub ↗

Unary op expecting OK.

Source from the content-addressed store, hash-verified

101
102 // Unary op expecting OK.
103 Tensor SymGrad(const string& op, const Tensor& x) {
104 Tensor ret;
105 TF_CHECK_OK(Unary(op, x, &ret));
106 return ret;
107 }
108
109 Tensor SymCastGrad(const Tensor& x, const DataType dst) {
110 Tensor ret;

Callers

nothing calls this directly

Calls 12

GDefFunction · 0.85
NDefFunction · 0.85
NewSessionFunction · 0.70
UnaryFunction · 0.50
StrCatFunction · 0.50
DataTypeStringFunction · 0.50
ConstFunction · 0.50
dtypeMethod · 0.45
CreateMethod · 0.45
RunMethod · 0.45
sizeMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected