Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1399 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
1444 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
Dfunction_test.cc1148 TEST(FunctionLibraryDefinitionTest, AddLibrary) { in TEST() argument