Home
last modified time | relevance | path

Searched defs:RsqrtGrad (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dmath_grad.cc104 Status RsqrtGrad(const AttrSlice& attrs, FunctionDef* g) { in RsqrtGrad() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad.cc109 Status RsqrtGrad(const Scope& scope, const Operation& op, in RsqrtGrad() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4023 TEST_F(OpTest, RsqrtGrad) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go41117 func RsqrtGrad(scope *Scope, y tf.Output, dy tf.Output) (z tf.Output) { func