- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for dylib (0.03 sec)
-
tensorflow/BUILD
# as a workaround for https://github.com/tensorflow/tensorflow/issues/34117 cc_import( name = "libtensorflow_framework_import_lib", shared_library = select({ "//tensorflow:macos": ":libtensorflow_framework.dylib", "//conditions:default": ":libtensorflow_framework.so.%s" % VERSION_MAJOR, }), visibility = ["//visibility:public"], ) # -------------------------------------------Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="0xCFFAEDFE" type="string" offset="0"> <match value="0x00000005" type="little32" offset="12"/> </match> </magic> </mime-type> <mime-type type="application/x-mach-o-dylib"> <_comment>Mach-O dynamic shared library</_comment> <magic priority="55"> <match value="0xFEEDFACE" type="string" offset="0"> <match value="0x00000006" type="big32" offset="12"/> </match>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
build-logic-commons/basics/src/test/kotlin/gradlebuild/basics/tasks/PackageListGeneratorIntegrationTest.kt
} return sequenceOf(directory) } private fun aJar(sourceFiles: Sequence<Path>): Sequence<Path> { val outputPath = projectDir.resolve("mylib.jar") Files.newOutputStream(outputPath).use { outputStream -> JarOutputStream(outputStream).use { jarStream -> sourceFiles.forEach { dir ->Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Mar 25 08:50:34 UTC 2025 - 5.1K bytes - Viewed (0)