Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ToString
Method
ToString
tensorflow/core/graph/tensor_id.h:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
int index() const { return second; }
46
47
string ToString() const {
48
if (second == Graph::kControlSlot) return strings::StrCat(
"^"
, first);
49
return strings::StrCat(first,
":"
, second);
50
}
51
52
struct Hasher {
53
public:
Callers
14
ParseHelper
Function · 0.45
TEST_F
Function · 0.45
StatusToString
Method · 0.45
Subgraph
Method · 0.45
TEST
Function · 0.45
Run
Method · 0.45
CopyAttrsQuantizedConv2D
Method · 0.45
CopyAttrsQuantizedMatMulWithBiasAndDequantize
Method · 0.45
CopyAttrsQuantizedMatMulWithBias
Method · 0.45
ValidateInputMapAndControlDependencies
Method · 0.45
RemapNodeDefInputs
Method · 0.45
AddControlDependencies
Method · 0.45
Calls
1
StrCat
Function · 0.50
Tested by
4
ParseHelper
Function · 0.36
TEST_F
Function · 0.36
Subgraph
Method · 0.36
TEST
Function · 0.36