- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for iOS (1.32 sec)
-
.bazelrc
build:macos_arm64 --platforms=@build_bazel_apple_support//configs/platforms:darwin_arm64 # iOS configs for each architecture and the fat binary builds. build:ios --apple_platform_type=ios build:ios --copt=-fembed-bitcode build:ios --copt=-Wno-c++11-narrowing build:ios --config=clang_local build:ios --config=apple-toolchain build:ios_armv7 --config=ios build:ios_armv7 --cpu=ios_armv7
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
tensorflow/BUILD
":macos_arm64", ], visibility = ["//visibility:public"], ) config_setting( name = "ios", constraint_values = if_google( ["@platforms//os:ios"], [], ), values = if_oss( {"apple_platform_type": "ios"}, {}, ), visibility = ["//visibility:public"], ) # TODO(jakeharmon8): Remove in favor of TSL version
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
RELEASE.md
* [Performance] Increase performance of `tf.layers.conv2d` when setting use_bias=True by 2x by using nn.bias_add. * Update iOS examples to use CocoaPods, and moved to tensorflow/examples/ios. * Adds a family= attribute in `tf.summary` ops to allow controlling the tab name used in Tensorboard for organizing summaries.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)