- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for libpng (0.26 seconds)
-
MODULE.bazel
bazel_dep(name = "gflags", version = "2.2.2", repo_name = "com_github_gflags_gflags") bazel_dep(name = "snappy", version = "1.2.2.bcr.1") bazel_dep(name = "zlib", version = "1.3.1.bcr.7") bazel_dep(name = "libpng", version = "1.6.50.bcr.1", repo_name = "png") bazel_dep(name = "boringssl", version = "0.20250818.0") bazel_dep(name = "highway", version = "1.3.0", repo_name = "com_google_highway") single_version_override(
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 01:32:13 GMT 2026 - 11K bytes - Click Count (0) -
ci/official/utilities/repack_libtensorflow.sh
else # Temporary directory for package zipping LIB_PKG="$DIR/lib_package" mkdir -p ${LIB_PKG} # Zip up the .dll, LICENSE and include files for the C library. mkdir -p ${LIB_PKG}/include/tensorflow/c mkdir -p ${LIB_PKG}/include/tensorflow/c/eager mkdir -p ${LIB_PKG}/include/tensorflow/core/platform mkdir -p ${LIB_PKG}/include/xla/tsl/c mkdir -p ${LIB_PKG}/include/tsl/platform mkdir -p ${LIB_PKG}/libCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 21 01:25:46 GMT 2026 - 3.7K bytes - Click Count (0) -
tensorflow/BUILD
# New rules should be added above this target. # ------------------------------------------- # TensorFlow uses several libraries that may also be used by applications # linking against the C and C++ APIs (such as libjpeg). When we create # the shared library, only export the core TF API functions to avoid # causing library conflicts (e.g., those reported in github issue 1924).
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Mar 24 21:00:18 GMT 2026 - 53.1K bytes - Click Count (0) -
RELEASE.md
([CVE-2020-26271](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26271)) * Solves an OOM issue on TPUs when XLA contexts use fused average updates * Updates `libjpeg-turbo` to `2.0.5` to handle [CVE-2020-13790](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13790). * Updates `junit` to `4.13.1` to handleCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
docs/en/docs/async.md
*Yep, that's the whole story*. --- There's no waiting 🕙 anywhere, just a lot of work to be done, on multiple places of the house. You could have turns as in the burgers example, first the living room, then the kitchen, but as you are not waiting 🕙 for anything, just cleaning and cleaning, the turns wouldn't affect anything.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 23.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.34.md
- Fixed validation for Job with `suspend=true`, and `completions=0` to set the Complete condition. ([#132614](https://github.com/kubernetes/kubernetes/pull/132614), [@mimowo](https://github.com/mimowo)) [SIG Apps...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:19:43 GMT 2026 - 368.7K bytes - Click Count (2) -
src/cmd/cgo/doc.go
(see https://golang.org/pkg/go/build/#hdr-Build_Constraints for details about the constraint syntax). For example: // #cgo CFLAGS: -DPNG_DEBUG=1 // #cgo amd64 386 CFLAGS: -DX86=1 // #cgo LDFLAGS: -lpng // #include <png.h> import "C" Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool using a '#cgo pkg-config:' directive followed by the package names. For example:
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Dec 08 22:37:14 GMT 2025 - 43.9K bytes - Click Count (0)