- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for iOS (0.02 sec)
-
misc/ios/go_ios_exec.go
// Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This program can be used as go_ios_$GOARCH_exec by the Go tool. It executes // binaries on the iOS Simulator using the XCode toolchain. package main import ( "fmt" "go/build" "log" "os" "os/exec" "path/filepath" "runtime" "strings" "syscall" ) const debug = false
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Sep 16 00:34:45 UTC 2025 - 8.7K bytes - Viewed (0) -
.bazelrc
common:macos_arm64 --platforms=@build_bazel_apple_support//platforms:darwin_arm64 # iOS configs for each architecture and the fat binary builds. common:ios --apple_platform_type=ios common:ios --copt=-fembed-bitcode common:ios --copt=-Wno-c++11-narrowing common:ios --config=clang_local common:ios --config=apple-toolchain common:ios_armv7 --config=ios common:ios_armv7 --cpu=ios_armv7
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
":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 versionRegistered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
+ "^\\s*msnim:|" // + "^\\s*news:|" // + "^\\s*tel:|" // + "^\\s*unsaved:|" // + "^\\s*data:|" // + "^\\s*android-app:|" // + "^\\s*ios-app:|" // + "^\\s*callto:", Pattern.CASE_INSENSITIVE); /** Thread-local XPathAPI instance for thread-safe XPath operations. */ private final ThreadLocal<XPathAPI> xpathAPI = new ThreadLocal<>();Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 29 07:42:33 UTC 2025 - 30.5K 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 Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<sub-class-of type="application/x-bplist"/> </mime-type> <mime-type type="application/x-itunes-ipa"> <sub-class-of type="application/zip"/> <_comment>Apple iOS IPA AppStore file</_comment> <glob pattern="*.ipa"/> </mime-type> <mime-type type="application/x-java-jnlp-file"> <glob pattern="*.jnlp"/> </mime-type>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5)