Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/tools/api/lib/
Dpython_object_to_proto_visitor.py210 lib_path = 'tensorflow.%s' % path if path else 'tensorflow'
254 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
255 path=lib_path, tf_module=module_obj)
261 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
262 path=lib_path, tf_proto=proto_obj)
277 self._protos[lib_path] = api_objects_pb2.TFAPIObject(
278 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/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/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/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/libevent/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/libffi/.travis/
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/llvm-project/polly/lib/External/isl/
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/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/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/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/llvm-project/polly/lib/External/isl/interface/
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/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/llvm-project/polly/lib/External/ppcg/
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/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/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/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/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/tensorflow/tensorflow/lite/delegates/external/
Dexternal_delegate.cc139 if (external_lib_.load(options->lib_path)) { in ExternalDelegateWrapper()
194 const char* lib_path) { in TfLiteExternalDelegateOptionsDefault() argument
199 options.lib_path = lib_path; in TfLiteExternalDelegateOptionsDefault()
Dexternal_delegate.h29 const char* lib_path; member
39 const char* lib_path);
/external/tensorflow/tensorflow/lite/tools/delegates/
Dexternal_delegate_provider.cc82 std::string lib_path = params.Get<std::string>("external_delegate_path"); in CreateTfLiteDelegate() local
83 if (!lib_path.empty()) { in CreateTfLiteDelegate()
85 TfLiteExternalDelegateOptionsDefault(lib_path.c_str()); in CreateTfLiteDelegate()
/external/llvm-project/flang/cmake/modules/
DAddFlang.cmake25 file(RELATIVE_PATH lib_path
28 if(NOT lib_path MATCHES "^[.][.]")
30 ${FLANG_SOURCE_DIR}/include/flang/${lib_path}/*.h
31 ${FLANG_SOURCE_DIR}/include/flang/${lib_path}/*.def)

123