MCPcopy 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

24namespace {
25
26string ParseHelper(const string& n) { return ParseTensorName(n).ToString(); }
27
28TEST(TensorIdTest, ParseTensorName) {
29 EXPECT_EQ(ParseHelper("W1"), "W1:0");

Callers 1

TESTFunction · 0.85

Calls 2

ParseTensorNameFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected