- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for dylib (0.27 seconds)
-
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"], ) # -------------------------------------------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) -
api/go1.txt
pkg debug/macho, type Cpu uint32 pkg debug/macho, type Dylib struct pkg debug/macho, type Dylib struct, CompatVersion uint32 pkg debug/macho, type Dylib struct, CurrentVersion uint32 pkg debug/macho, type Dylib struct, Name string pkg debug/macho, type Dylib struct, Time uint32 pkg debug/macho, type Dylib struct, embedded LoadBytes pkg debug/macho, type DylibCmd struct
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
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 ->Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 25 08:50:34 GMT 2025 - 5.1K bytes - Click Count (0)