Searched defs:lib (Results 76 - 100 of 117) sorted by relevance

12345

/external/tensorflow/tensorflow/c/
H A Dc_api_function.cc28 #include "tensorflow/core/lib/strings/base64.h"
29 #include "tensorflow/core/lib/strings/strcat.h"
569 tensorflow::FunctionDefLibrary lib; local
572 lib = g->graph.flib_def().ToProto();
574 const auto len = std::min(max_func, static_cast<int>(lib.function_size()));
577 func->fdef = lib.function(i);
H A Dc_api_test.cc40 #include "tensorflow/core/lib/core/error_codes.pb.h"
41 #include "tensorflow/core/lib/core/status_test_util.h"
42 #include "tensorflow/core/lib/io/path.h"
43 #include "tensorflow/core/lib/strings/str_util.h"
44 #include "tensorflow/core/lib/strings/strcat.h"
189 TF_Library* lib = local
197 TF_Buffer op_list_buf = TF_GetOpList(lib);
203 TF_DeleteLibraryHandle(lib);
2187 TF_Library* lib = local
2192 TF_Buffer op_list_buf = TF_GetOpList(lib);
2221 TF_Library* lib = local
[all...]
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc37 #include "tensorflow/core/lib/core/errors.h"
38 #include "tensorflow/core/lib/core/status.h"
39 #include "tensorflow/core/lib/core/status_test_util.h"
40 #include "tensorflow/core/lib/core/threadpool.h"
916 const string lib = R"proto( local
923 lib, library_graph_def.add_function()));
H A Ddirect_session.cc45 #include "tensorflow/core/lib/core/errors.h"
46 #include "tensorflow/core/lib/core/notification.h"
47 #include "tensorflow/core/lib/core/refcount.h"
48 #include "tensorflow/core/lib/core/status.h"
49 #include "tensorflow/core/lib/core/threadpool.h"
50 #include "tensorflow/core/lib/gtl/array_slice.h"
51 #include "tensorflow/core/lib/gtl/stl_util.h"
52 #include "tensorflow/core/lib/monitoring/counter.h"
53 #include "tensorflow/core/lib/strings/numbers.h"
54 #include "tensorflow/core/lib/string
1196 auto lib = func_info->proc_flr->GetFLR(partition_name); local
[all...]
H A Dfunction.cc37 #include "tensorflow/core/lib/gtl/map_util.h"
293 FunctionLibraryRuntime* lib = ctx->function_library(); variable
294 OP_REQUIRES_ASYNC(ctx, lib != nullptr,
310 lib->Run(opts, handle_, args, rets,
562 void OptimizeGraph(FunctionLibraryRuntime* lib, std::unique_ptr<Graph>* g) { argument
568 optimizer.Optimize(lib, lib->env(), lib->device(), g, /*shape_map=*/nullptr);
1309 bool ExpandInlineFunctions(FunctionLibraryRuntime* lib, Graph* graph) { argument
1311 const FunctionLibraryDefinition* fld = lib
[all...]
/external/tensorflow/tensorflow/core/platform/hadoop/
H A Dhadoop_file_system.cc20 #include "tensorflow/core/lib/core/status.h"
21 #include "tensorflow/core/lib/io/path.h"
22 #include "tensorflow/core/lib/strings/strcat.h"
45 static LibHDFS* lib = []() -> LibHDFS* { local
46 LibHDFS* lib = new LibHDFS;
47 lib->LoadAndBind();
48 return lib;
51 return lib;
120 string path = io::JoinPath(hdfs_home, "lib", "native", kLibHdfsDso);
/external/v8/src/third_party/vtune/
H A Dittnotify_config.h236 #define __itt_get_proc(lib, name) GetProcAddress(lib, name)
257 #define __itt_get_proc(lib, name) dlsym(lib, name)
373 lib_t lib; member in struct:___itt_global
/external/ImageMagick/MagickCore/
H A Dvms.h26 # include <lib$routines.h>
756 #define lib$ediv LIB$EDIV
757 #define lib$find_file LIB$FIND_FILE
758 #define lib$find_file_end LIB$FIND_FILE_END
759 #define lib$set_symbol LIB$SET_SYMBOL
760 #define lib$sfree1_dd LIB$SFREE1_DD
761 #define lib$spawn LIB$SPAWN
762 #define lib$subx LIB$SUBX
763 #define lib$wait LIB$WAIT
/external/guice/lib/build/
H A Dbnd-0.0.384.jar ... bnd/test/ProjectLauncher.java OSGI-OPT/src/aQute/lib/ OSGI-OPT/src/aQute/lib/base64/ OSGI-OPT ...
/external/boringssl/src/crypto/err/
H A Derr.c393 unsigned lib, reason; local
399 lib = ERR_GET_LIB(packed_error);
406 BIO_snprintf(lib_buf, sizeof(lib_buf), "lib(%u)", lib);
464 // err_string_lookup looks up the string associated with |lib| and |key| in
466 static const char *err_string_lookup(uint32_t lib, uint32_t key, argument
473 // | lib | key | offset |
476 // The |lib| value is a library identifier: one of the |ERR_LIB_*| values.
481 // Values are sorted based on treating the |lib| and |key| part as an
483 if (lib >
533 const uint32_t lib = ERR_GET_LIB(packed_error); local
546 const uint32_t lib = ERR_GET_LIB(packed_error); local
[all...]
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp713 NDLL::CLibrary lib; local
714 if (!lib.Load(NDLL::GetModuleDirPrefix() + FTEXT(kDllName)))
720 Func_CreateObject createObjectFunc = (Func_CreateObject)lib.GetProc("CreateObject");
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp250 CCodecLib &lib = Libs.Back(); local
252 lib.CreateDecoder = (Func_CreateDecoder)lib.Lib.GetProc("CreateDecoder");
253 lib.CreateEncoder = (Func_CreateEncoder)lib.Lib.GetProc("CreateEncoder");
254 lib.GetMethodProperty = (Func_GetMethodProperty)lib.Lib.GetProc("GetMethodProperty");
256 if (lib.GetMethodProperty)
259 Func_GetNumberOfMethods getNumberOfMethods = (Func_GetNumberOfMethods)lib.Lib.GetProc("GetNumberOfMethods");
269 RINOK(GetCoderClass(lib
381 const NDLL::CLibrary &lib = Libs.Back().Lib; local
483 NDLL::CLibrary lib; local
489 CCodecLib &lib = Libs.Back(); local
566 const CCodecLib &lib = Libs[i]; local
661 CCodecLib &lib = Libs[i]; local
848 const CCodecLib &lib = Libs[ci.LibIndex]; local
866 const CCodecLib &lib = Libs[ci.LibIndex]; local
888 const CCodecLib &lib = Libs[ci.LibIndex]; local
[all...]
/external/python/cpython3/Modules/
H A D_hashopenssl.c82 const char *lib, *func, *reason; local
91 lib = ERR_lib_error_string(errcode);
95 if (lib && func) {
96 PyErr_Format(exc, "[%s: %s] %s", lib, func, reason);
98 else if (lib) {
99 PyErr_Format(exc, "[%s] %s", lib, reason);
/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops.cc28 #include "tensorflow/core/lib/core/threadpool.h"
29 #include "tensorflow/core/lib/gtl/cleanup.h"
30 #include "tensorflow/core/lib/random/random.h"
31 #include "tensorflow/core/lib/strings/strcat.h"
32 #include "tensorflow/core/lib/strings/stringprintf.h"
90 FunctionLibraryRuntime* lib)
94 lib_(lib),
162 params.lib = lib_;
466 FunctionLibraryRuntime* lib; local
475 lib
84 IteratorResource(const DataTypeVector& output_dtypes, const std::vector<PartialTensorShape>& output_shapes, const int , std::unique_ptr<DeviceMgr> device_mgr, std::unique_ptr<FunctionLibraryDefinition> flib_def, std::unique_ptr<ProcessFunctionLibraryRuntime> pflr, FunctionLibraryRuntime* lib) argument
738 FunctionLibraryRuntime* lib; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c405 TCHAR *lib = wpa_strdup_tchar(imc->path); local
406 if (lib == NULL)
408 imc->dlhandle = LoadLibrary(lib);
409 os_free(lib);
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c405 TCHAR *lib = wpa_strdup_tchar(imc->path); local
406 if (lib == NULL)
408 imc->dlhandle = LoadLibrary(lib);
409 os_free(lib);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c405 TCHAR *lib = wpa_strdup_tchar(imc->path); local
406 if (lib == NULL)
408 imc->dlhandle = LoadLibrary(lib);
409 os_free(lib);
/external/clang/bindings/python/clang/
H A Dcindex.py153 conf.lib.clang_disposeString(self)
158 return conf.lib.clang_getCString(res)
170 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l),
185 return conf.lib.clang_getLocation(tu, file, line, column)
195 return conf.lib.clang_getLocationForOffset(tu, file, offset)
218 return conf.lib.clang_equalLocations(self, other)
245 return conf.lib.clang_getRange(start, end)
253 return conf.lib.clang_getRangeStart(self)
261 return conf.lib.clang_getRangeEnd(self)
264 return conf.lib
3675 def lib(self): member in class:Config
[all...]
/external/icu/icu4c/source/common/
H A Dputil.cpp681 * "/usr/share/lib/zoneinfo/<olsonID>" Solaris
682 * "../usr/share/lib/zoneinfo/<olsonID>" Solaris
694 #define TZZONEINFO "/usr/share/lib/zoneinfo/"
2364 uprv_dl_close(void *lib, UErrorCode *status) { argument
2366 dlclose(lib);
2370 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { argument
2377 uret.vp = dlsym(lib, sym);
2380 printf("dlerror on dlsym(%p,%s): %s\n", lib,sym, dlerror());
2394 HMODULE lib = NULL; local
2398 lib
2408 uprv_dl_close(void *lib, UErrorCode *status) argument
2418 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) argument
2451 uprv_dl_close(void *lib, UErrorCode *status) argument
2459 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) argument
[all...]
/external/libxml2/
H A Drngparser.c610 xmlAttrPtr lib, typ; local
612 lib = xmlNewNsProp(NULL, NULL, BAD_CAST "datatypeLibrary", library);
613 if (lib == NULL) {
620 return(lib);
622 lib->next = typ;
624 return(lib);
H A Drelaxng.c162 void *data; /* data lib or specific pointer */
977 xmlRelaxNGTypeLibraryPtr lib; local
979 lib = (xmlRelaxNGTypeLibraryPtr) define->data;
980 if ((lib != NULL) && (lib->freef != NULL))
981 lib->freef(lib->data, (void *) define->attrs);
2726 * @lib: the type library structure
2735 xmlRelaxNGTypeLibraryPtr lib = (xmlRelaxNGTypeLibraryPtr) payload; local
2736 if (lib
2763 xmlRelaxNGTypeLibraryPtr lib; local
3526 xmlRelaxNGTypeLibraryPtr lib = NULL; local
3619 xmlRelaxNGTypeLibraryPtr lib; local
8593 xmlRelaxNGTypeLibraryPtr lib; local
8738 xmlRelaxNGTypeLibraryPtr lib; local
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc30 #include "tensorflow/core/lib/core/errors.h"
31 #include "tensorflow/core/lib/gtl/inlined_vector.h"
32 #include "tensorflow/core/lib/gtl/map_util.h"
1140 FunctionDefLibrary lib; local
1142 *lib.add_function() = f.second->fdef;
1145 GradientDef* gd = lib.add_gradient();
1149 return lib;
/external/curl/lib/vtls/
H A Dopenssl.c2541 int lib; local
2551 /* Extract which lib and reason */
2552 lib = ERR_GET_LIB(errdetail);
2555 if((lib == ERR_LIB_SSL) &&
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2951 void *lib = dlopen(path, RTLD_LAZY); local
2952 ASSERT_NE((void*)0, lib);
2958 dlclose(lib);
2971 void *lib = dlopen(path, RTLD_LAZY); local
2972 if (lib == NULL) {
2974 ASSERT_TRUE(lib != NULL);
2976 void **(*get_dso_global)() = (void **(*)())dlsym(lib, "get_dso_global");
2982 dlclose(lib);
2989 void *lib = dlopen(path, RTLD_LAZY); local
2990 ASSERT_TRUE(lib
[all...]
/external/python/cpython2/Modules/
H A D_ssl.c382 int lib, reason; local
384 lib = ERR_GET_LIB(errcode);
386 key = Py_BuildValue("ii", lib, reason);
395 key = PyLong_FromLong(lib);

Completed in 1153 milliseconds

12345