Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 796 for platform1 (0.46 sec)

  1. tensorflow/compiler/jit/xla_tpu_device.cc

        std::vector<std::unique_ptr<Device>>* devices) {
      tpu::TpuPlatformInterface* platform =
          tpu::TpuPlatformInterface::GetRegisteredPlatform();
      if (platform == nullptr) {
        // If we don't have a platform registered, then we should not create any.
        return absl::OkStatus();
      }
    
      if (platform != nullptr && platform->ShouldRegisterTpuDeviceToDeviceCopy()) {
        RegisterTpuDeviceToDeviceCopy();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 22:53:47 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishMultiProjectIntegTest.groovy

                    // This is caused by the dependency on the platform appearing as a dependencyManagement entry with scope=import, type=pom
                    // and thus its dependencies are ignored.
                    expectFiles 'bar-1.1.jar', 'library-1.0.jar'
                }
            }
    
            where:
            platformName << ['platform', 'aplatform']
        }
    
        private void createBuildScripts(String append = "") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  3. tensorflow/c/c_api_experimental.h

    TF_CAPI_EXPORT extern int TF_OpIsStateful(const char* op_type,
                                              TF_Status* status);
    
    // Platform specific initialization routine. Very few platforms actually require
    // this to be called.
    TF_CAPI_EXPORT void TF_InitMain(const char* usage, int* argc, char*** argv);
    
    // Platform-specific implementation to return an unused port. (This should used
    // in tests only.)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.cc

            tf_type::ShapeAttr::get(ctx, mlir::cast<ShapedType>(result_type)));
      }
      const auto empty_array_attr = ArrayAttr::get(ctx, {});
      // TODO: b/310291615 - find a better way for platform support.
      const auto platforms = ArrayAttr::get(
          ctx,
          {StringAttr::get(ctx, kPlatformCpu), StringAttr::get(ctx, kPlatformTpu)});
    
      auto xla_call_module_op = builder.create<TF::XlaCallModuleOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesGroovyDSLDependenciesIntegrationTest.groovy

        // region dependencies - platforms
        def "can add a platform dependency to #suiteDesc"() {
            given: "a suite that uses a platform dependency"
            settingsFile << """
                rootProject.name = 'Test'
    
                include 'platform', 'consumer'
            """
    
            buildFile << """
                plugins {
                    id 'java-platform'
                }
    
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  6. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesKotlinDSLDependenciesIntegrationTest.groovy

        // region dependencies - platforms
        def "can add a platform dependency to #suiteDesc"() {
            given: "a suite that uses a platform dependency"
            settingsKotlinFile << """
                rootProject.name = "Test"
    
                include("platform", "consumer")
            """
    
            buildKotlinFile << """
                plugins {
                    `java-platform`
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-jvm-test-suite/src/integTest/groovy/org/gradle/testing/testsuites/TestSuitesIntegrationTest.groovy

            'single GAV string'                 | 'platform'            | "platform('org.example.gradle:platform')"
            'module method'                     | 'platform'            | "platform(module('org.example.gradle', 'platform', null))"
            'referencing project.dependencies'  | 'platform'            | "project.dependencies.platform('org.example.gradle:platform')"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 13 20:36:32 UTC 2023
    - 35.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_model.adoc

    ** the `enforced-platform-compile` is similar to `platform-compile` but all the constraints are _forced_
    ** the `enforced-platform-runtime` is similar to `platform-runtime` but all the constraints are _forced_
    
    You can understand more about the use of platform and enforced platforms variants by looking at the <<platforms.adoc#sub:bom_import, importing BOMs>> section of the manual.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/gcc/AbstractGccCompatibleToolChain.java

    import org.gradle.nativeplatform.toolchain.internal.tools.ToolSearchPath;
    import org.gradle.platform.base.internal.toolchain.SearchResult;
    import org.gradle.platform.base.internal.toolchain.ToolChainAvailability;
    import org.gradle.platform.base.internal.toolchain.ToolSearchResult;
    import org.gradle.process.internal.ExecActionFactory;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 20K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/ConnectionSpec.kt

        @JvmField
        val RESTRICTED_TLS =
          Builder(true)
            .cipherSuites(*RESTRICTED_CIPHER_SUITES.toTypedArray())
            .tlsVersions(TlsVersion.TLS_1_3, TlsVersion.TLS_1_2)
            .supportsTlsExtensions(true)
            .build()
    
        /**
         * A modern TLS configuration that works on most client platforms and can connect to most servers.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top