- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for dylib (0.11 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, }), ) # ------------------------------------------- # New rules should be added above this target.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (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 ->
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 19:14:16 UTC 2024 - 5K bytes - Viewed (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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)