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

Function ADef

tensorflow/core/framework/op_def_util_test.cc:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36OpDef::AttrDef ADef(const string& text) {
37 OpDef::AttrDef attr_def;
38 EXPECT_TRUE(protobuf::TextFormat::MergeFromString(text, &attr_def));
39 return attr_def;
40}
41
42class ValidateOpDefTest : public ::testing::Test {
43 protected:

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected