Home
last modified time | relevance | path

Searched defs:AddFunctionLibrary (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_def_builder.h172 Status AddFunctionLibrary(const FunctionDefLibrary& fdef_lib) { in AddFunctionLibrary() function
H A Dgraph_test.cc594 TEST_F(GraphTest, AddFunctionLibrary) { in TEST_F() argument
H A Dgraph.cc724 Status Graph::AddFunctionLibrary(const FunctionDefLibrary& fdef_lib) { in AddFunctionLibrary() function in tensorflow::Graph