Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder.h168 Status AddFunctionLibrary(const FunctionDefLibrary& fdef_lib) { in AddFunctionLibrary() function
Dgraph_test.cc593 TEST_F(GraphTest, AddFunctionLibrary) { in TEST_F() argument
Dgraph.cc602 Status Graph::AddFunctionLibrary(const FunctionDefLibrary& fdef_lib) { in AddFunctionLibrary() function in tensorflow::Graph