- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for freebsd (0.04 seconds)
-
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"], )Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Nov 12 19:21:56 GMT 2025 - 53.1K bytes - Click Count (0) -
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.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0)