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

Method NewName

tensorflow/core/graph/graph.cc:730–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730string Graph::NewName(StringPiece prefix) {
731 return strings::StrCat(prefix, "/_", name_counter_++);
732}
733
734Status Graph::IsValidNode(const Node* node) const {
735 if (node == nullptr) {

Callers 15

ConcatCastFusionFunction · 0.45
SoftmaxFunction · 0.45
TransposeFunction · 0.45
ConcatHelperFunction · 0.45
ParseExampleFunction · 0.45
ParseSingleExampleFunction · 0.45
RandomBinomialGraphFunction · 0.45
GetGraphsFunction · 0.45

Calls 1

StrCatFunction · 0.50

Tested by 15

ConcatCastFusionFunction · 0.36
SoftmaxFunction · 0.36
TransposeFunction · 0.36
ConcatHelperFunction · 0.36
ParseExampleFunction · 0.36
ParseSingleExampleFunction · 0.36
RandomBinomialGraphFunction · 0.36
GetGraphsFunction · 0.36
SparseMatCMulDenseMatFunction · 0.36
BM_ResizeFunction · 0.36
CwiseFunction · 0.36