Searched defs:ListFunctionNames (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/core/framework/ | ||
| D | function_test.cc | 1266 TEST(FunctionLibraryDefinitionTest, ListFunctionNames) { in TEST() argument |
| D | function.cc | 1556 std::vector<string> FunctionLibraryDefinition::ListFunctionNames() const { in ListFunctionNames() function in tensorflow::FunctionLibraryDefinition |
| /external/tensorflow/tensorflow/core/common_runtime/eager/ | ||
| D | context.cc | 763 std::vector<string> EagerContext::ListFunctionNames() { in ListFunctionNames() function in tensorflow::EagerContext |