Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dnn_grad.cc50 Status LogSoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in LogSoftmaxGrad() function
73 REGISTER_OP_GRADIENT("LogSoftmax", LogSoftmaxGrad);
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad.cc116 Status LogSoftmaxGrad(const Scope& scope, const Operation& op, in LogSoftmaxGrad() function
126 REGISTER_GRADIENT_OP("LogSoftmax", LogSoftmaxGrad);
Dnn_grad_test.cc129 TEST_F(NNGradTest, LogSoftmaxGrad) { in TEST_F() argument