MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / VectorString

Function VectorString

tensorflow/compiler/xla/util.h:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395// 7). StrAppend must support appending the elements of c.
396template <typename Container>
397string VectorString(const Container& c) {
398 return CommaSeparatedString(c, "(", ")");
399}
400
401// Overload needed to allow the container to be an initializer list. The default
402// type for T makes an empty initializer list work as well.

Callers 1

TESTFunction · 0.85

Calls 1

CommaSeparatedStringFunction · 0.85

Tested by 1

TESTFunction · 0.68