Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-007.md3 ### CVE Number
6 ### Impact
54 ### Patches
59 ### For more information
62 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc372 Node* ConcatV2(Graph* g, gtl::ArraySlice<Node*> tensors, Node* concat_dim) { in ConcatV2() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2157 TEST_F(OpTest, ConcatV2) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go6614 func ConcatV2(scope *Scope, values []tf.Output, axis tf.Output) (output tf.Output) { func