Home
last modified time | relevance | path

Searched refs:AddLibrary (Results 1 – 12 of 12) 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
157 HS.AddLibrary(Handle, /*IsProcess*/ FileName == nullptr); in getPermanentLibrary()
167 if (!OpenedHandles->AddLibrary(Handle, /*IsProcess*/false, /*CanClose*/false)) in addPermanentLibrary()
/external/llvm-project/llvm/lib/Support/
DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet
157 HS.AddLibrary(Handle, /*IsProcess*/ FileName == nullptr); in getPermanentLibrary()
167 if (!OpenedHandles->AddLibrary(Handle, /*IsProcess*/false, /*CanClose*/false)) in addPermanentLibrary()
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1081 TEST(FunctionLibraryDefinitionTest, AddLibrary) { in TEST() argument
1100 Status s = lib_def.AddLibrary(lib_def2); in TEST()
1111 s = lib_def.AddLibrary(lib_def3); in TEST()
1123 TF_EXPECT_OK(lib_def.AddLibrary(lib_def4)); in TEST()
1126 TF_EXPECT_OK(lib_def.AddLibrary(lib_def)); in TEST()
1148 Status s = lib_def.AddLibrary(proto); in TEST()
1164 s = lib_def.AddLibrary(proto); in TEST()
1199 Status s = lib_def.AddLibrary(lib_def2); in TEST()
1235 Status s = lib_def.AddLibrary(lib_def2); in TEST()
Dfunction.h446 Status AddLibrary(const FunctionLibraryDefinition& other)
452 Status AddLibrary(const FunctionDefLibrary& lib_def) TF_LOCKS_EXCLUDED(mu_);
Dfunction.cc1356 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
1395 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
/external/llvm-project/llvm/tools/llvm-ar/
Dllvm-ar.cpp215 static bool AddLibrary = false; ///< 'L' modifier variable
396 AddLibrary = true; in parseCommandLine()
443 if (AddLibrary && Operation != QuickAppend) in parseCommandLine()
857 if (AddLibrary) { in computeNewArchiveMembers()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op_test.cc83 TF_ASSERT_OK(flib_def_->AddLibrary(graph->flib_def()));
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc395 Status s = ops_.AddLibrary(flib_def); in Graph()
661 return ops_.AddLibrary(fdef_lib); in AddFunctionLibrary()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.cc448 return base->AddLibrary(to_add); in AddToFunctionLibrary()
464 return base->AddLibrary(to_add); in AddToFunctionLibrary()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc192 TF_RETURN_IF_ERROR(flib_def_->AddLibrary(extension_def.library())); in Extend()
Ddirect_session.cc446 TF_RETURN_IF_ERROR(flib_def_->AddLibrary(graph.library())); in ExtendLocked()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc751 TF_RETURN_IF_ERROR(func_lib_def_.AddLibrary(library)); in AddFunctionDef()