Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ P
Function
P
tensorflow/core/framework/attr_value_util_test.cc:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
AttrValue P(const string& p) {
37
AttrValue ret;
38
ret.set_placeholder(p);
39
return ret;
40
}
41
42
AttrValue F(const string& name,
43
std::vector<std::pair<string, AttrValue>> pairs) {
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected