Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ParseHelper
Function
ParseHelper
tensorflow/core/graph/tensor_id_test.cc:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace {
25
26
string ParseHelper(const string& n) { return ParseTensorName(n).ToString(); }
27
28
TEST(TensorIdTest, ParseTensorName) {
29
EXPECT_EQ(ParseHelper(
"W1"
),
"W1:0"
);
Callers
1
TEST
Function · 0.85
Calls
2
ParseTensorName
Function · 0.85
ToString
Method · 0.45
Tested by
no test coverage detected