Home
last modified time | relevance | path

Searched defs:ReciprocalGrad (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3793 TEST_F(OpTest, ReciprocalGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go35949 func ReciprocalGrad(scope *Scope, y tf.Output, dy tf.Output) (z tf.Output) { func