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