Searched refs:lib_path (Results 1 – 25 of 55) sorted by relevance
123
210 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)
87 lib_path=122 for dir in $lib_path $LIB143 if test -z "$lib_path"; then144 lib_path=$file146 lib_path="$lib_path;$file"
86 if test -z "$lib_path"; then87 lib_path=$file89 lib_path="$lib_path;$file"102 for dir in $lib_path $LIB133 lib_path=
87 if test -z "$lib_path"; then88 lib_path=$file90 lib_path="$lib_path;$file"103 for dir in $lib_path $LIB129 lib_path=
54 file(RELATIVE_PATH lib_path58 if(NOT lib_path MATCHES "^[.][.]")60 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.h61 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.def66 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.td
139 if (external_lib_.load(options->lib_path)) { in ExternalDelegateWrapper()194 const char* lib_path) { in TfLiteExternalDelegateOptionsDefault() argument199 options.lib_path = lib_path; in TfLiteExternalDelegateOptionsDefault()
29 const char* lib_path; member39 const char* lib_path);
82 std::string lib_path = params.Get<std::string>("external_delegate_path"); in CreateTfLiteDelegate() local83 if (!lib_path.empty()) { in CreateTfLiteDelegate()85 TfLiteExternalDelegateOptionsDefault(lib_path.c_str()); in CreateTfLiteDelegate()
25 file(RELATIVE_PATH lib_path28 if(NOT lib_path MATCHES "^[.][.]")30 ${FLANG_SOURCE_DIR}/include/flang/${lib_path}/*.h31 ${FLANG_SOURCE_DIR}/include/flang/${lib_path}/*.def)