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

Function Policy

tensorflow/core/framework/resource_mgr_test.cc:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183string Policy(const string& attr_container, const string& attr_shared_name,
184 bool use_node_name_as_default) {
185 string ret;
186 TF_CHECK_OK(ComputePolicy(attr_container, attr_shared_name,
187 use_node_name_as_default, &ret));
188 return ret;
189}
190
191TEST(ContainerInfo, Basic) {
192 // Correct cases.

Callers 1

TESTFunction · 0.70

Calls 1

ComputePolicyFunction · 0.85

Tested by

no test coverage detected