Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_grad.cc844 Status MatMulGrad(const AttrSlice& attrs, FunctionDef* g) { in MatMulGrad() function
847 REGISTER_OP_GRADIENT("MatMul", MatMulGrad);
Dmath_grad_test.cc316 void MatMulGrad(const Tensor& x, bool ax, const Tensor& y, bool ay, in MatMulGrad() function in tensorflow::__anon3cec93f10111::MathGradTest
1089 MatMulGrad(x, false, y, false, &dx, &dy); in TEST_F()
1101 MatMulGrad(x, false, y, true, &dx, &dy); in TEST_F()
1113 MatMulGrad(x, true, y, false, &dx, &dy); in TEST_F()
1125 MatMulGrad(x, true, y, true, &dx, &dy); in TEST_F()
/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker_test.cc123 TEST(GradientCheckerTest, MatMulGrad) { in TEST() argument
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc1106 Status MatMulGrad(const Scope& scope, const Operation& op, in MatMulGrad() function
1112 REGISTER_GRADIENT_OP("MatMul", MatMulGrad);