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

Function ToNodeDef

tensorflow/compiler/jit/xla_kernel_creator_test.cc:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace tensorflow {
32
33NodeDef ToNodeDef(const string& text) {
34 NodeDef node_def;
35 EXPECT_TRUE(protobuf::TextFormat::MergeFromString(text, &node_def));
36 return node_def;
37}
38
39// Create a FunctionDef that takes one resource and one regular param
40FunctionDef XTimesY() {

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected