- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for GetFuncNames (0.05 seconds)
-
tensorflow/c/c_api_function_test.cc
// Verify that function and its grad are in host graph's GraphDef GraphDef gdef; GetGraphDef(host_graph_, &gdef); std::vector<std::string> func_names = GetFuncNames(gdef); ASSERT_EQ(2, func_names.size()); ASSERT_EQ(func_name_, func_names[0]); ASSERT_EQ("MyGrad", func_names[1]); std::vector<std::pair<std::string, std::string>> grads = GetGradDefs(gdef);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 63.9K bytes - Click Count (1)