Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
OpDef::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
42
class ValidateOpDefTest : public ::testing::Test {
43
protected:
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected