Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/ops/
Dmath_ops.cc84 Status AddV2(AbstractContext* ctx, AbstractTensorHandle* const x, in AddV2() function
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc845 TEST_F(NaryGradTest, AddV2) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go14241 func AddV2(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func