- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 612 for PLATFORM (0.04 seconds)
-
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GradleArchitecture.kt
module.moduleConfiguration() } /** * Defines a platform. */ fun Settings.platform(platformName: String, platformConfiguration: PlatformBuilder.() -> Unit): PlatformBuilder { val platform = PlatformBuilder(platformName, this) extensions.findByType(ProjectStructure::class.java)!!.architectureElements.add(platform) platform.platformConfiguration() return platform } /**
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 1.9K bytes - Click Count (0) -
tensorflow/c/checkpoint_reader.cc
#include "tensorflow/c/checkpoint_reader.h" #include <utility> #include "absl/container/flat_hash_set.h" #include "tensorflow/core/platform/env.h" #include "tensorflow/core/platform/status.h" #include "tensorflow/core/platform/stringpiece.h" #include "tensorflow/core/platform/types.h" #include "tensorflow/core/util/saved_tensor_slice_util.h" #include "tensorflow/core/util/tensor_bundle/naming.h"
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 17 18:49:14 GMT 2026 - 5.4K bytes - Click Count (0) -
tensorflow/c/eager/abstract_function.h
#define TENSORFLOW_C_EAGER_ABSTRACT_FUNCTION_H_ #include "absl/status/statusor.h" #include "tensorflow/core/framework/function.pb.h" #include "tensorflow/core/platform/intrusive_ptr.h" #include "tensorflow/core/platform/refcount.h" #include "tensorflow/core/platform/status.h" namespace tensorflow { class FunctionRecord; // A traced function: this hides the complexity of converting the serializedCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 12 05:11:17 GMT 2024 - 1.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/WebPlatformToAsciiTest.kt
import okhttp3.HttpUrl.Companion.toHttpUrlOrNull /** Runs the web platform ToAscii tests. */ class WebPlatformToAsciiTest { @Suppress("ktlint:standard:max-line-length") val knownFailures = setOf( // OkHttp rejects empty labels. "x..xn--zca", "x..ß", // OkHttp rejects labels longer than 63 code points, the web platform tests don't.Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 3.5K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
files=".*[/\\]platform-jvm[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\]tasks[/\\][^/\\]+"/> <suppress checks="JavadocPackage" files=".*[/\\]platforms[/\\]jvm[/\\]toolchains-jvm[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\]plugins[/\\][^/\\]+"/> <suppress checks="JavadocPackage"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 19 16:48:15 GMT 2026 - 13.5K bytes - Click Count (0) -
architecture/standards/0005-introduce-core-ui-architecture-module.md
# ADR-0005 - Introduce a UI architecture module to the core platform ## Status - ACCEPTED on 2024-02-07 ## Context The Gradle core platform provides many services to the Gradle platforms and builds logic. One such group of services allows logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 1.3K bytes - Click Count (0) -
build-logic-commons/build-platform/build.gradle.kts
plugins { `java-platform` } group = "gradlebuild" description = "Provides a platform that constrains versions of external dependencies used by Gradle" // To try out newer kotlin versions val kotlinVersion = providers.gradleProperty("buildKotlinVersion") .getOrElse(embeddedKotlinVersion) dependencies { constraints { val distributionDependencies = versionCatalogs.named("buildLibs")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 25 02:25:37 GMT 2026 - 897 bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.java-shared-runtime.gradle.kts
} testing { suites { val test by getting(JvmTestSuite::class) { useSpock() dependencies { implementation(platform("gradlebuild:build-platform")) } } }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 22 14:28:13 GMT 2025 - 699 bytes - Click Count (0) -
tensorflow/c/eager/c_api_remote_test.cc
#include "tensorflow/core/framework/function.h" #include "tensorflow/core/graph/graph.h" #include "tensorflow/core/platform/casts.h" #include "tensorflow/core/platform/errors.h" #include "tensorflow/core/platform/protobuf.h" #include "tensorflow/core/platform/test.h" #include "tensorflow/core/protobuf/cluster.pb.h" #include "tensorflow/core/protobuf/config.pb.h"
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Aug 12 00:14:22 GMT 2020 - 5.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java
ElasticsearchDistribution.Platform platform = distribution.getPlatform(); Architecture architecture = distribution.getArchitecture(); String projectName = ""; final String archString = platform == ElasticsearchDistribution.Platform.WINDOWS || architecture == Architecture.X64 ? ""
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 19:11:05 GMT 2021 - 8.8K bytes - Click Count (0)