Searched defs:ListFunctionNames (Results 1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/core/framework/ | ||
| D | function_test.cc | 1333 TEST(FunctionLibraryDefinitionTest, ListFunctionNames) {  in TEST()  argument | 
| D | function.cc | 1618 std::vector<string> FunctionLibraryDefinition::ListFunctionNames() const {  in ListFunctionNames()  function in tensorflow::FunctionLibraryDefinition | 
| /external/tensorflow/tensorflow/core/common_runtime/eager/ | ||
| D | context.cc | 979 std::vector<string> EagerContext::ListFunctionNames() {  in ListFunctionNames()  function in tensorflow::EagerContext | 
| /external/tensorflow/tensorflow/core/tfrt/eager/ | ||
| D | c_api_tfrt.cc | 1100 std::vector<std::string> ContextInterface::ListFunctionNames() {  in ListFunctionNames()  function in tfrt::tf::ContextInterface |