Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,191 for someOp (0.24 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/VfsRelativePath.java

         *     some/path     >  some1/other
         *     some/same     == some/same/more
         *     some/one/alma == some/two/bela
         *     a/some        <  b/other
         *
         * @return 0 if the two paths have a common prefix, and the comparison of the first segment of each path if not.
         */
        public int compareToFirstSegment(String relativePath, CaseSensitivity caseSensitivity) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/test/groovy/org/gradle/api/plugins/BasePluginTest.groovy

            project.pluginManager.apply(BasePlugin)
            project.version = '1.0'
    
            then:
            def someZip = project.tasks.create('someZip', Zip)
            someZip.destinationDirectory.get().asFile == project.distsDirectory.get().asFile
            someZip.archiveVersion.get() == project.version
            someZip.archiveBaseName.get() == project.archivesBaseName
    
            and:
            def someTar = project.tasks.create('someTar', Tar)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/stack_ops_decomposition.mlir

      %id = "tf.Identity"(%stack) : (tensor<!tf_type.resource>) -> tensor<!tf_type.resource>
      // CHECK-NEXT: %[[PUSHVAL:.*]] = "tf._SomeOp"()
      %elem = "tf._SomeOp"() : () -> tensor<f32>
      // CHECK-NEXT: %[[READ_VAL:.*]] = "tf.ReadVariableOp"(%[[BUFFER]])
      // CHECK-NEXT: %[[READ_SIZE:.*]] = "tf.ReadVariableOp"(%[[SIZE]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/valueProviders/fileContentsDont/groovy/some.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/valueProviders/fileContentsDont/kotlin/some.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/valueProviders/fileContentsDo/groovy/some.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/valueProviders/fileContentsDo/kotlin/some.conf

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/pkg/resource/kustomizevisitor_test.go

    resources:
      - deployment.yaml
      - namespace.yaml
    configMapGenerator:
    - name: literalConfigMap
      literals:
      - DB_USERNAME=admin
      - DB_PASSWORD=somepw
    secretGenerator:
    - name: secret
      literals:
        - DB_USERNAME=admin
        - DB_PASSWORD=somepw
      type: Opaque
    patchesJson6902:
    - target:
        group: apps
        version: v1
        kind: Deployment
        name: dply1
      path: jsonpatch.json
    `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tensor_list_ops_decomposition.mlir

      %id = "tf.Identity"(%tl) : (tensor<!tf_type.variant<tensor<f32>>>) -> tensor<!tf_type.variant<tensor<f32>>>
      // CHECK-NEXT: %[[PUSHVAL:.*]] = "tf._SomeOp"()
      %elem = "tf._SomeOp"() : () -> tensor<f32>
      // CHECK-NEXT: %[[UPDATE_SHAPE:.*]] = "tf.Const"() <{value = dense<1> : tensor<1xi32>}> : () -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 38.6K bytes
    - Viewed (0)
  10. subprojects/core/src/test/groovy/org/gradle/internal/classpath/InPlaceClasspathBuilderTest.groovy

                it.put("some2/dir2/c2.class", "bytes".bytes)
            }
            zip = new ZipTestFixture(file)
    
            then:
            zip.hasDescendants("a2.class", "dir2/b2.class", "some2/dir2/c2.class")
            zip.hasDirs("dir2", "some2", "some2/dir2")
        }
    
        def "can construct jar with multiple entries in directory"() {
            def file = tmpDir.file("thing.zip")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 14:05:09 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top