MCPcopy 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.
29template <typename T>
30AttrValue V(T value) {
31 AttrValue ret;
32 SetAttrValue(value, &ret);
33 return ret;
34}
35
36AttrValue P(const string& p) {
37 AttrValue ret;

Callers 1

TESTFunction · 0.70

Calls 1

SetAttrValueFunction · 0.70

Tested by

no test coverage detected