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

Function ArgsToString

tensorflow/core/kernels/data/name_utils.cc:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41string ArgsToString(const std::vector<string>& args) {
42 if (args.empty()) {
43 return "";
44 }
45 return strings::StrCat("(", absl::StrJoin(args, ", "), ")");
46}
47
48string DatasetDebugString(const string& dataset_type) {
49 return DatasetDebugString(dataset_type, DatasetDebugStringParams());

Callers 2

DatasetDebugStringFunction · 0.85
TESTFunction · 0.85

Calls 2

StrCatFunction · 0.50
emptyMethod · 0.45

Tested by 1

TESTFunction · 0.68