Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc372 Node* ConcatV2(Graph* g, gtl::ArraySlice<Node*> tensors, Node* concat_dim) { in ConcatV2() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go31325 func ConcatV2(scope *Scope, values []tf.Output, axis tf.Output) (output tf.Output) { func