Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dylib (0.18 sec)

  1. 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 Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top