Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/
H A Dmath_ops.cc85 Status AddV2(AbstractContext* ctx, AbstractTensorHandle* const x, in AddV2() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc851 TEST_F(NaryGradTest, AddV2) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1625 TEST_F(OpTest, AddV2) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go375 func AddV2(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func