Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for consuming (0.46 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                            'propertyName': 'output',
                        ]
                    }
                }
        }
    
        def "scheduled transformation is invoked before consuming task is executed"() {
            given:
            buildFile << declareAttributes() << multiProjectWithJarSizeTransform() << withJarTasks()
    
            when:
            succeeds ":util:resolve"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize.cc

          return false;
        }
        if (!type.hasStaticShape()) {
          return false;
        }
        return type.getNumElements() == 1;
      }
    
      // Returns true if we can fuse an affine op with consuming binary op.
      bool CanFuseAffineOp(Operation *affine_op, Operation *binary_op) const {
        if (!isa_and_nonnull<TFL::Conv2DOp, TFL::DepthwiseConv2DOp,
                             TFL::FullyConnectedOp>(affine_op)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    	pods[6].Status.Phase = v1.PodRunning
    	kubelet.podWorkers.(*fakePodWorkers).terminated = map[types.UID]bool{
    		pods[6].UID: true,
    	}
    
    	// pod that is failed but still terminating is included (it may still be consuming
    	// resources)
    	pods[7].Status.Phase = v1.PodFailed
    	kubelet.podWorkers.(*fakePodWorkers).terminationRequested = map[types.UID]bool{
    		pods[7].UID: true,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. pkg/controller/daemon/daemon_controller_test.go

    		t.Fatalf("error creating DaemonSets controller: %v", err)
    	}
    	manager.dsStore.Add(ds)
    	addNodes(manager.nodeStore, 0, 5, nil)
    
    	// will be preserved because it has the newest hash, and is also consuming the surge budget
    	pod := newPod("node-0-", "node-0", simpleDaemonSetLabel, ds)
    	pod.CreationTimestamp.Time = time.Unix(100, 0)
    	pod.Status.Conditions = []v1.PodCondition{{Type: v1.PodReady, Status: v1.ConditionFalse}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods.go

    			return true
    		}
    	}
    	return false
    }
    
    // PodIsFinished returns true if SyncTerminatedPod is finished, ie.
    // all required node-level resources that a pod was consuming have
    // been reclaimed by the kubelet.
    func (kl *Kubelet) PodIsFinished(pod *v1.Pod) bool {
    	return kl.podWorkers.ShouldPodBeFinished(pod.UID)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      absl::Mutex error_status_mu;  // Needed since `error_status` is non-atomic.
      tensorflow::Status error_status;
      {
        // Start a threadpool to convert signatures, since signature conversion can
        // be time consuming especially for large models. Threadpool destructor
        // blocks until all work is done.
        thread::ThreadPool thread_pool(Env::Default(), "ConvertSignatures",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    	// if disableMemoryProfiling is set, update MemProfileRate to 0 to turn off memprofile.
    	// Note: parsedebugvars may update MemProfileRate, but when disableMemoryProfiling is
    	// set to true by the linker, it means that nothing is consuming the profile, it is
    	// safe to set MemProfileRate to 0.
    	if disableMemoryProfiling {
    		MemProfileRate = 0
    	}
    
    	// mcommoninit runs before parsedebugvars, so init profstacks again.
    	mProfStackInit(gp.m)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

              "url": "https://github.com/sponsors/feross"
            },
            {
              "type": "patreon",
              "url": "https://www.patreon.com/feross"
            },
            {
              "type": "consulting",
              "url": "https://feross.org/support"
            }
          ]
        },
        "node_modules/quick-lru": {
          "version": "4.0.1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // comsec : 2015-01-08 VeriSign, Inc.
    comsec
    
    // condos : 2013-12-05 Binky Moon, LLC
    condos
    
    // construction : 2013-09-16 Binky Moon, LLC
    construction
    
    // consulting : 2013-12-05 Dog Beach, LLC
    consulting
    
    // contact : 2015-01-08 Dog Beach, LLC
    contact
    
    // contractors : 2013-09-10 Binky Moon, LLC
    contractors
    
    // cooking : 2013-11-21 Registry Services, LLC
    cooking
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `I don't see,' said the Caterpillar.
    
      `I'm afraid I can't put it more clearly,' Alice replied very
    politely, `for I can't understand it myself to begin with; and
    being so many different sizes in a day is very confusing.'
    
      `It isn't,' said the Caterpillar.
    
      `Well, perhaps you haven't found it so yet,' said Alice; `but
    when you have to turn into a chrysalis--you will some day, you
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top