- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for MACOS (0.02 sec)
-
.bazelrc
common:android --dynamic_mode=off # TODO(belitskiy): Remove once on Clang 20. common:android --define=xnn_enable_avxvnniint8=false # Sets the default Apple platform to macOS. common:macos --apple_platform_type=macos # gRPC on MacOS requires this #define common:macos --copt=-DGRPC_BAZEL_BUILD # Avoid hitting command line argument limit common:macos --features=archive_param_file
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
tensorflow/BUILD
], values = { "apple_platform_type": "macos", }, visibility = ["//visibility:public"], ) config_setting( name = "macos_arm64", constraint_values = [ "@platforms//cpu:aarch64", "@platforms//os:macos", ], values = { "apple_platform_type": "macos", }, visibility = ["//visibility:public"], )Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0) -
src/archive/zip/reader_test.go
Modified: time.Date(2011, 12, 8, 10, 6, 8, 0, timeZone(0)), Mode: 0444, }, }, }, { // created by Go, before we wrote the "optional" data // descriptor signatures (which are required by macOS). // Use obscured file to avoid Appleās notarization service // rejecting the toolchain due to an inability to unzip this archive. // See golang.org/issue/34986 Name: "go-no-datadesc-sig.zip.base64",
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Oct 17 20:10:27 UTC 2025 - 56.5K bytes - Viewed (0) -
cmd/xl-storage.go
// return FileNotFound to indicate its an empty prefix. if HasSuffix(deletePath, SlashSeparator) { return errFileNotFound } // if we have .DS_Store only on macOS if runtime.GOOS == globalMacOSName { storeFilePath := pathJoin(deletePath, ".DS_Store") _, err := Stat(storeFilePath) // .DS_Store exists if err == nil { // delete first
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 91.7K bytes - Viewed (0)