Searched defs:AddLibrary (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ | ||
D | DynamicLibrary.cpp | 51 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet |
/external/tensorflow/tensorflow/core/framework/ | ||
D | function.cc | 1131 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition |
D | function_test.cc | 1069 TEST(FunctionLibraryDefinitionTest, AddLibrary) { in TEST() argument |
/external/tensorflow/tensorflow/core/kernels/data/ | ||
D | iterator_ops.cc | 198 Status AddLibrary(const FunctionLibraryDefinition& flib_def) { in AddLibrary() function in tensorflow::data::IteratorResource |