Home
last modified time | relevance | path

Searched refs:lib_path (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/tools/api/lib/
Dpython_object_to_proto_visitor.py196 lib_path = 'tensorflow.%s' % path if path else 'tensorflow'
240 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
241 path=lib_path, tf_module=module_obj)
247 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
248 path=lib_path, tf_proto=proto_obj)
263 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
264 path=lib_path, tf_class=class_obj)
/external/libcap-ng/libcap-ng-0.7/
Dcompile87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
/external/libxkbcommon/xkbcommon/build-aux/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libxml2/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libnfnetlink/build-aux/
Dcompile87 if test -z "$lib_path"; then
88 lib_path=$file
90 lib_path="$lib_path;$file"
103 for dir in $lib_path $LIB
129 lib_path=
/external/strace/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/pcre/dist2/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/expat/conftools/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/wayland/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libnetfilter_conntrack/build-aux/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/google-breakpad/autotools/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libpng/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/python/cpython2/Modules/_ctypes/libffi/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/ImageMagick/config/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/speex/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/iperf3/config/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/lmfit/build-aux/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libevent/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/curl/
Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/clang/cmake/modules/
DAddClang.cmake54 file(RELATIVE_PATH lib_path
58 if(NOT lib_path MATCHES "^[.][.]")
60 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.h
61 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.def
66 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.td
/external/mesa3d/src/amd/vulkan/
Dradv_icd.py35 if args.lib_path:
36 path = os.path.join(args.lib_path, path)
/external/mesa3d/src/freedreno/vulkan/
Dtu_icd.py35 if args.lib_path:
36 path = os.path.join(args.lib_path, path)
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_icd.py36 if args.lib_path:
37 path = os.path.join(args.lib_path, path)
/external/mesa3d/src/intel/vulkan/
Danv_icd.py36 if args.lib_path:
37 path = os.path.join(args.lib_path, path)
/external/mesa3d/src/gallium/targets/lavapipe/
Dlvp_icd.py36 if args.lib_path:
37 path = os.path.join(args.lib_path, path)

12