Searched refs:ReductionGrad (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad_test.cc | 174 void ReductionGrad(const string& op, const Tensor& x, const Tensor& idx, in ReductionGrad() function in tensorflow::__anona51524880111::MathGradTest 1369 ReductionGrad("Sum", x, i, &dx, &di); in TEST_F() 1383 ReductionGrad("Sum", x, i, &dx, &di); in TEST_F() 1397 ReductionGrad("Mean", x, i, &dx, &di); in TEST_F() 1412 ReductionGrad("Mean", x, i, &dx, &di); in TEST_F() 1427 ReductionGrad("Mean", x, i, &dx, &di); in TEST_F() 1442 ReductionGrad("Min", x, i, &dx, &di); in TEST_F() 1456 ReductionGrad("Min", x, i, &dx, &di); in TEST_F() 1470 ReductionGrad("Min", x, i, &dx, &di); in TEST_F() 1484 ReductionGrad("Min", x, i, &dx, &di); in TEST_F() [all …]
|