Searched refs:MatMulGrad (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad.cc | 844 Status MatMulGrad(const AttrSlice& attrs, FunctionDef* g) { in MatMulGrad() function 847 REGISTER_OP_GRADIENT("MatMul", MatMulGrad);
|
D | math_grad_test.cc | 316 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/ |
D | gradient_checker_test.cc | 123 TEST(GradientCheckerTest, MatMulGrad) { in TEST() argument
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad.cc | 1106 Status MatMulGrad(const Scope& scope, const Operation& op, in MatMulGrad() function 1112 REGISTER_GRADIENT_OP("MatMul", MatMulGrad);
|