Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 182 for setchl (0.24 sec)

  1. src/cmd/go/testdata/script/reuse_git.txt

    # clean the module cache, make sure that makes go mod download re-run git fetch, clean again
    go clean -modcache
    go mod download -x -json vcs-test.golang.org/git/hello.git@latest
    stderr 'git( .*)* fetch'
    go clean -modcache
    
    # reuse go mod download vcstest/hello result
    go mod download -reuse=hello.json -x -json vcs-test.golang.org/git/hello.git@latest
    ! stderr 'git( .*)* fetch'
    stdout '"Reuse": true'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/executor_canonicalize.mlir

    func.func @empty_graphs(%arg0 : tensor<i1>, %arg1 : tensor<i1>) -> (tensor<i1>, tensor<i1>) {
      %0 = tf_executor.graph {
        tf_executor.fetch %arg1 : tensor<i1>
      }
      tf_executor.graph {
        tf_executor.fetch
      }
      %1 = tf_executor.graph {
        tf_executor.fetch %arg0 : tensor<i1>
      }
      func.return %0, %1 : tensor<i1>, tensor<i1>
    }
    
    // CHECK-NEXT: return %[[ARG_1]], %[[ARG_0]] : tensor<i1>, tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 04 14:07:37 UTC 2022
    - 13.6K bytes
    - Viewed (0)
  3. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/tasks/MavenPomFileGenerator.java

            target.setName(source.getName().getOrNull());
            target.setUrl(source.getUrl().getOrNull());
            return target;
        }
    
        private static License convertLicense(MavenPomLicense source) {
            License target = new License();
            target.setName(source.getName().getOrNull());
            target.setUrl(source.getUrl().getOrNull());
            target.setDistribution(source.getDistribution().getOrNull());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/replicate_to_island.mlir

          tf_executor.yield
        }
        tf_executor.fetch %1 : !tf_executor.control
      }
      func.return
    }
    
    // CHECK: %[[REPLICA_0:.*]] = tf_executor.island
    // CHECK: %[[REPLICA_1:.*]] = tf_executor.island
    // CHECK: %[[SINK:.*]] = tf_executor.island(%[[REPLICA_0]], %[[REPLICA_1]])
    // CHECK: tf_executor.fetch %[[SINK]]
    
    
    // Tests unused replica are pinned to the graph fetch.
    // CHECK-LABEL: func @unused_replica
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/resource-device-inference.mlir

                   tf_executor.yield
                 }
                 tf_executor.fetch %island : !tf_executor.control
              }
              "tf.Yield"() : () -> ()
            }) {is_stateless = false} : (tensor<i1>) -> ()
          tf_executor.yield
        }
        tf_executor.fetch %island : !tf_executor.control
      }
      func.return
    }
    
    // Test propagation through WhileRegion (inlined calls)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 17 16:01:45 UTC 2022
    - 18.2K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/IvyArtifactRepository.java

         * It is not interpreted relative the URL specified in {@link #setUrl(Object)}.
         *
         * Patterns added in this way will be in addition to any layout-based patterns added via {@link #setUrl(Object)}.
         *
         * @param pattern The artifact pattern.
         */
        void artifactPattern(String pattern);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 02 20:32:11 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/DefaultBaseRepositoryFactory.java

            mavenRepository.setUrl(localMavenRepository);
            return mavenRepository;
        }
    
        @Override
        public MavenArtifactRepository createJCenterRepository() {
            MavenArtifactRepository mavenRepository = createMavenRepository(new NamedMavenRepositoryDescriber(DefaultRepositoryHandler.BINTRAY_JCENTER_URL));
            mavenRepository.setUrl(DefaultRepositoryHandler.BINTRAY_JCENTER_URL);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r54/KotlinBuildScriptModelCrossVersionSpec.groovy

            )
        }
    
        def "can fetch classpath of script plugin"() {
    
            expect:
            assertCanFetchClassPathOfScriptPlugin("")
        }
    
        def "can fetch classpath of script plugin with compilation errors"() {
    
            expect:
            assertCanFetchClassPathOfScriptPlugin("val p = ")
        }
    
        def "can fetch classpath of script plugin with buildscript block compilation errors"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 08:52:51 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/tests/merge_initializer_function_ops_to_main.mlir

          tf_executor.fetch %ctl_3 : !tf_executor.control
        }
        return
      }
    // The session initializer function is removed.
    // CHECK-NOT: @NoOp()
    
      func.func @main() attributes {tf.entry_function = {inputs = "", outputs = ""}, tf_saved_model.exported_names = ["main"]} {
        tf_executor.graph {
          tf_executor.fetch
        }
        return
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/grappler/grappler_test.cc

      EXPECT_EQ(item.fetch.size(), num_values);
      EXPECT_EQ(list_total_size, storage_size);
    
      std::unique_ptr<char*[]> values(new char*[item.fetch.size()]);
      std::unique_ptr<size_t[]> lens(new size_t[item.fetch.size()]);
      std::unique_ptr<char[]> storage(new char[storage_size]);
      TF_GetFetchNodesList(c_item, values.get(), lens.get(), item.fetch.size(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 13 22:30:58 UTC 2023
    - 11.6K bytes
    - Viewed (0)
Back to top