Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for Trailing (0.35 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    		//      record our work in API objects, in which case - we should resume resizing operation
    		//      and let API objects be updated.
    		//   3. Controller successfully expanded the volume, but expansion is failing on the node
    		//      and before kubelet can retry failed node expansion - controller must verify if it is
    		//      safe to do so.
    		//   4. While expansion was still pending on the node, user reduced the pvc size.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. pkg/controller/garbagecollector/garbagecollector_test.go

    					}
    				}
    				if len(s.absentOwnerCache) != ctx.gc.absentOwnerCache.cache.Len() {
    					// only way to inspect is to drain them all, but that's ok because we're failing the test anyway
    					ctx.gc.absentOwnerCache.cache.OnEvicted = func(key lru.Key, item interface{}) {
    						found := false
    						for _, absent := range s.absentOwnerCache {
    							if absent == key {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/LocalCache.java

              }
            }
          } finally {
            unlock();
            postWriteCleanup();
          }
    
          if (createNewEntry) {
            try {
              // Synchronizes on the entry to allow failing fast when a recursive load is
              // detected. This may be circumvented when an entry is copied, but will fail fast most
              // of the time.
              synchronized (e) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %0 = "tf.EnsureShape"(%arg0) {shape = #tf_type.shape<10x20>} : (tensor<10x20xf32>) -> tensor<10x20xf32>
      %1 = "tf.EnsureShape"(%arg0) {shape = #tf_type.shape<?x20>} : (tensor<10x20xf32>) -> tensor<10x20xf32>
      // Failing case which should not be folded.
      // CHECK: %[[NF:.*]] = "tf.EnsureShape"(%arg0) <{shape = #tf_type.shape<20x10>}>
      %2 = "tf.EnsureShape"(%arg0) {shape = #tf_type.shape<20x10>} : (tensor<10x20xf32>) -> tensor<20x10xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/cache/LocalCache.java

              }
            }
          } finally {
            unlock();
            postWriteCleanup();
          }
    
          if (createNewEntry) {
            try {
              // Synchronizes on the entry to allow failing fast when a recursive load is
              // detected. This may be circumvented when an entry is copied, but will fail fast most
              // of the time.
              synchronized (e) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      // CHECK: return %[[RES0]] : tensor<8xui32>
    }
    
    // =============================================================================
    // Training OPs
    // =============================================================================
    
    func.func @sigmoidGrad(%arg0: tensor<?x32xf32>, %arg1: tensor<?x32xf32>) -> tensor<?x32xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // toys : 2014-03-06 Binky Moon, LLC
    toys
    
    // trade : 2014-01-23 Elite Registry Limited
    trade
    
    // trading : 2014-12-11 Dog Beach, LLC
    trading
    
    // training : 2013-11-07 Binky Moon, LLC
    training
    
    // travel : 2015-10-09 Dog Beach, LLC
    travel
    
    // travelchannel : 2015-07-02 Lifestyle Domain Holdings, Inc.
    travelchannel
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. pkg/controller/job/job_controller_test.go

    					CompletionTime:          &completedCond.LastTransitionTime,
    				},
    			},
    			wantSucceededPodsMetric: 1,
    			wantFailedPodsMetric:    1,
    		},
    		"failing job": {
    			pods: []*v1.Pod{
    				buildPod().uid("a").phase(v1.PodSucceeded).trackingFinalizer().Pod,
    				buildPod().uid("b").phase(v1.PodFailed).trackingFinalizer().Pod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    			t.Error("body length is zero")
    		}
    	})).ts
    	c := ts.Client()
    	c.Transport.(*Transport).RegisterProtocol("http", roundTripFunc(func(r *Request) (*Response, error) {
    		// Draining body to trigger failure condition on actual request to server.
    		if n, _ := io.Copy(io.Discard, r.Body); n == 0 {
    			t.Error("body length is zero during round trip")
    		}
    		return nil, ErrSkipAltProtocol
    	}))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    	// and then advances the head pointer because we don't want to mess up the statuses of G's
    	// while runqdrain() and runqsteal() are running in parallel.
    	// Thus we should advance the head pointer before draining the local P into a gQueue,
    	// so that we can update any gp.schedlink only after we take the full ownership of G,
    	// meanwhile, other P's can't access to all G's in local P's runnable queue and steal them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top