Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
730
string Graph::NewName(StringPiece prefix) {
731
return strings::StrCat(prefix,
"/_"
, name_counter_++);
732
}
733
734
Status Graph::IsValidNode(const Node* node) const {
735
if (node == nullptr) {
Callers
15
AddSwitchNodeAlongEdge
Method · 0.45
ReplaceArgUsageWithConstNode
Function · 0.45
RewriteTensorListWithConstElement
Function · 0.45
ConcatCastFusion
Function · 0.45
Softmax
Function · 0.45
Transpose
Function · 0.45
ConcatHelper
Function · 0.45
ParseExample
Function · 0.45
ParseSingleExample
Function · 0.45
ConstructSpaceToBatchGraph
Function · 0.45
RandomBinomialGraph
Function · 0.45
GetGraphs
Function · 0.45
Calls
1
StrCat
Function · 0.50
Tested by
15
ConcatCastFusion
Function · 0.36
Softmax
Function · 0.36
Transpose
Function · 0.36
ConcatHelper
Function · 0.36
ParseExample
Function · 0.36
ParseSingleExample
Function · 0.36
ConstructSpaceToBatchGraph
Function · 0.36
RandomBinomialGraph
Function · 0.36
GetGraphs
Function · 0.36
SparseMatCMulDenseMat
Function · 0.36
BM_Resize
Function · 0.36
Cwise
Function · 0.36