Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,191 for someOp (0.14 sec)

  1. docs/en/docs/deployment/https.md

    ### Certificate Renewal
    
    At some point in the future, each certificate would **expire** (about 3 months after acquiring it).
    
    And then, there would be another program (in some cases it's another program, in some cases it could be the same TLS Termination Proxy) that would talk to Let's Encrypt, and renew the certificate(s).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 16:31:18 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/DependencyInsightReportTask.java

            }
    
            if (getDependencySpec() == null) {
                throw new InvalidUserDataException("Dependency insight report cannot be generated because the dependency to show was not specified."
                    + "\nIt can be specified from the command line, e.g: '" + getPath() + " --dependency someDep'");
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyHandlerTest.groovy

        }
    
        void "dynamic method fails for unknown configuration"() {
            when:
            dependencyHandler.unknown("someDep")
    
            then:
            def e = thrown(MissingMethodException)
            e.message.startsWith('Could not find method unknown() for arguments [someDep] on ')
        }
    
        void "dynamic method fails for no args"() {
            when:
            dependencyHandler.someConf()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 11 10:37:21 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaIntegrationTest.groovy

            assertTestsExecuted("ThingTest", "ok")
        }
    
        def "build on Java application project with no dependencies"() {
            given:
            settingsFile << """
                rootProject.name = 'someapp'
            """
            buildFile << """
                plugins { id 'application' }
                application.mainClass = 'Thing'
            """
            file("src/main/java/Thing.java") << """
                class Thing {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_coarsening/while_op.mlir

    }
    
    func.func @while_body_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i32> {
      %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
      func.return %0 : tensor<i32>
    }
    func.func @while_cond_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i1> {
      %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 11:03:04 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/case_op.mlir

        func.return %0 : tensor<i32>
      }
      func.func @branch_0(%arg0: tensor<i32>) -> tensor<i32> {
        %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
        func.return %0 : tensor<i32>
      }
      func.func @branch_1(%arg0: tensor<i32>) -> tensor<i32> {
        %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 16:14:17 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BasicTypeInitIntegrationTest.groovy

            when:
            run('init', '--project-name', 'someApp', '--dsl', scriptDsl.id, '--incubating')
    
            then:
            def dslFixture = dslFixtureFor(scriptDsl)
            dslFixture.assertGradleFilesGenerated()
            dslFixture.settingsFile.assertContents(dslFixture.containsStringAssignment('rootProject.name', 'someApp'))
    
            when:
            run('help')
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:55 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/while_op.mlir

      }
      func.func @while_body_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i32> {
        %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
        func.return %0 : tensor<i32>
      }
      func.func @while_cond_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i1> {
        %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining/while_op.mlir

        }
        func.func @while_body_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i32> {
          %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
          func.return %0 : tensor<i32>
        }
        func.func @while_cond_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i1> {
          %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model_ops_invalid.mlir

      }
    
    }
    
    // -----
    
    // expected-error@+1 {{'tf_saved_model.semantics' must be on a module op}}
    "some_dialect.some_op"() {tf_saved_model.semantics} : () -> ()
    
    // -----
    
    // expected-error@+1 {{unknown tf_saved_model dialect attribute 'tf_saved_model.not_a_real_op_attr'}}
    "some_dialect.some_op"() {tf_saved_model.not_a_real_op_attr} : () -> ()
    
    // -----
    
    module attributes {tf_saved_model.semantics} {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 19 13:38:14 UTC 2022
    - 14.1K bytes
    - Viewed (0)
Back to top