Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 54 for cheese (0.18 sec)

  1. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"05ffa71bb02e855de1aaee1777b3bdbaf7507646f19c4c6aa29933d0",
    		"Even if I could be Shakespeare, I think I should still choose to be Faraday. - A. Huxley",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      if (auto map_dataset_op = dyn_cast<MapDatasetOp>(op)) {
        // TODO(jpienaar): The output type of these ops need to be refined.
        return InferShapeForMapDataset(map_dataset_op, max_iterations);
      }
    
      if (auto takewhile_dataset_op = dyn_cast<TakeWhileDatasetOp>(op)) {
        // TODO(jpienaar): The output type of these ops need to be refined.
        return InferShapeForTakeWhileDataset(takewhile_dataset_op, max_iterations);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

        testRequestMethod("GET", true)
      }
    
      @Test
      fun requestMethodHeadIsNotCached() {
        // We could support this but choose not to for implementation simplicity
        testRequestMethod("HEAD", false)
      }
    
      @Test
      fun requestMethodPostIsNotCached() {
        // We could support this but choose not to for implementation simplicity
        testRequestMethod("POST", false)
      }
    
      @Test
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    looked round, eager to see the Queen.
    
      First came ten soldiers carrying clubs; these were all shaped
    like the three gardeners, oblong and flat, with their hands and
    feet at the corners:  next the ten courtiers; these were
    ornamented all over with diamonds, and walked two and two, as the
    soldiers did.  After these came the royal children; there were
    ten of them, and the little dears came jumping merrily along hand
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/exec.go

    		}
    
    		// TODO(rsc): Convince compiler team not to add more magic environment variables,
    		// or perhaps restrict the environment variables passed to subprocesses.
    		// Because these are clumsy, undocumented special-case hacks
    		// for debugging the compiler, they are not settable using 'go env -w',
    		// and so here we use os.Getenv, not cfg.Getenv.
    		magic := []string{
    			"GOCLOBBERDEADHASH",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    looked round, eager to see the Queen.
    
      First came ten soldiers carrying clubs; these were all shaped
    like the three gardeners, oblong and flat, with their hands and
    feet at the corners:  next the ten courtiers; these were
    ornamented all over with diamonds, and walked two and two, as the
    soldiers did.  After these came the royal children; there were
    ten of them, and the little dears came jumping merrily along hand
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

          xla_cluster_name, then_branch_host_func_name, fld));
      TF_RETURN_IF_ERROR(ReplaceKeyPlaceholderWithArgNode(
          xla_cluster_name, else_branch_host_func_name, fld));
    
      // Step 4: build If node to choose between `{then, else}_branch_host_graph`.
      NodeDefBuilder if_builder(absl::StrCat("oc_if_", if_node_name), "If");
      if_builder.Attr("Tcond", DT_BOOL);
      if_builder.Attr("Tin", std::vector<DataType>{DT_STRING});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            //  - extraAttribute=preferred
            // 2) secondary -> B -> requested
            //  - artifactType=final
    
            // Both of these potential transforms are compatible, except (1) has a favorable attribute set
            // with respect to the attribute schema. However, we want to choose (2) since it is the shorter chain.
    
            buildFile << """
                project(':lib') {
                    task jar(type: Jar) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Circumference of the greater. But it's farther to be noted, that the most luminous of the Prismatick Colours are the yellow and orange. These affect the Senses more strongly than all the rest together, and next to these in strength are the red and green. The blue compared with these is a faint and dark Colour, and the indigo and violet are much darker and fainter, so that these compared with the stronger Colours are little to be regarded. The Images of Objects are therefore to be placed, not in the Focus...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. pkg/controller/daemon/daemon_controller_test.go

    	//
    	// The DaemonSet should not schedule pods and should not delete scheduled pods in
    	// this case even though it's empty pod selector matches all pods. The DaemonSetController
    	// should detect this misconfiguration and choose not to sync the DaemonSet. We should
    	// not observe a deletion of the pod on node1.
    	for _, strategy := range updateStrategies() {
    		ds := newDaemonSet("foo")
    		ds.Spec.UpdateStrategy = *strategy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
Back to top