Home
last modified time | relevance | path

Searched refs:GetFuncNames (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_test_util.h131 std::vector<string> GetFuncNames(const tensorflow::GraphDef& graph_def);
Dc_test_util.cc444 std::vector<string> GetFuncNames(const tensorflow::GraphDef& graph_def) { in GetFuncNames() function
Dc_api_function_test.cc1294 std::vector<string> func_names = GetFuncNames(gdef); in TEST_F()
1370 std::vector<string> func_names = GetFuncNames(gdef); in TEST_F()