Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Darray_grad.cc73 Status IdentityGrad(const AttrSlice& attrs, FunctionDef* g) { in IdentityGrad() function
90 REGISTER_OP_GRADIENT("Identity", IdentityGrad);
/external/tensorflow/tensorflow/cc/gradients/
DREADME.md35 TEST_F(ArrayGradTest, IdentityGrad) {
Darray_grad.cc69 Status IdentityGrad(const Scope& scope, const Operation& op, in IdentityGrad() function
75 REGISTER_GRADIENT_OP("Identity", IdentityGrad);
Darray_grad_test.cc94 TEST_F(ArrayGradTest, IdentityGrad) { in TEST_F() argument