Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for freebsd (0.04 sec)

  1. tensorflow/BUILD

            "@platforms//cpu:armv7",
            "@platforms//cpu:armv7-m",
            "@platforms//cpu:armv7e-m",
            "@platforms//cpu:armv7e-mf",
        ],
    )
    
    config_setting(
        name = "freebsd",
        constraint_values = [
            "@platforms//os:freebsd",
            "@platforms//cpu:x86_64",
        ],
        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. tensorflow/c/c_api.h

    // be freed with a call to TF_DeleteDeviceList.
    TF_CAPI_EXPORT extern TF_DeviceList* TF_SessionListDevices(TF_Session* session,
                                                               TF_Status* status);
    
    // Lists all devices in a TF_Session.
    //
    // Caller takes ownership of the returned TF_DeviceList* which must eventually
    // be freed with a call to TF_DeleteDeviceList.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
Back to top