Home
last modified time | relevance | path

Searched refs:UnsortedSegmentSumGrad (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad.cc1297 Status UnsortedSegmentSumGrad(const Scope& scope, const Operation& op, in UnsortedSegmentSumGrad() function
1318 REGISTER_GRADIENT_OP("UnsortedSegmentSum", UnsortedSegmentSumGrad);
H A Dmath_grad_test.cc1100 TEST_F(NaryGradTest, UnsortedSegmentSumGrad) { in TEST_F() argument