Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ V
Function
V
tensorflow/core/framework/attr_value_util_test.cc:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
// A few helpers to construct AttrValue protos.
29
template <typename T>
30
AttrValue V(T value) {
31
AttrValue ret;
32
SetAttrValue(value, &ret);
33
return ret;
34
}
35
36
AttrValue P(const string& p) {
37
AttrValue ret;
Callers
1
TEST
Function · 0.70
Calls
1
SetAttrValue
Function · 0.70
Tested by
no test coverage detected