Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dmath_grad.cc898 Status MatMulGrad(const AttrSlice& attrs, FunctionDef* g) { in MatMulGrad() function
902 REGISTER_OP_GRADIENT("MatMul", MatMulGrad);
Dmath_grad_test.cc344 void MatMulGrad(const Tensor& x, bool ax, const Tensor& y, bool ay, in MatMulGrad() function in tensorflow::__anona51524880111::MathGradTest
1140 MatMulGrad(x, false, y, false, &dx, &dy); in TEST_F()
1152 MatMulGrad(x, false, y, true, &dx, &dy); in TEST_F()
1164 MatMulGrad(x, true, y, false, &dx, &dy); in TEST_F()
1176 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.cc1139 Status MatMulGrad(const Scope& scope, const Operation& op, in MatMulGrad() function
1145 REGISTER_GRADIENT_OP("MatMul", MatMulGrad);