Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2895 TEST_F(OpTest, GatherV2) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go18713 func GatherV2(scope *Scope, params tf.Output, indices tf.Output, axis tf.Output, optional ...Gather… func