Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 105 for Trailing (0.71 sec)

  1. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      // Training with non-broadcastable shape
      %cst = arith.constant dense<0.0> : tensor<4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// note that we don't have to call setDrainInputBufferLocked method on the watchers
    	// because we take advantage of the default value - stop immediately
    	// also watchers that have had already its draining strategy set
    	// are no longer available (they were removed from the allWatchers and the valueWatchers maps)
    	if len(i.allWatchers) > 0 || len(i.valueWatchers) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    This enabled code executed in a Gradle worker to perform deep reflection on JDK internals without warning or failing.
    Workers no longer use these implicit arguments.
    
    This affects all internal Gradle workers, which are used for a variety of tasks:
    
    - code-quality plugins (Checkstyle, CodeNarc, Pmd)
    - ScalaDoc
    - AntlrTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. cmd/kubelet/app/server.go

    		}
    		if utilfeature.DefaultFeatureGate.Enabled(features.NodeSwap) {
    			if !isCgroup2UnifiedMode() && s.MemorySwap.SwapBehavior == kubelettypes.LimitedSwap {
    				// This feature is not supported for cgroupv1 so we are failing early.
    				return fmt.Errorf("swap feature is enabled and LimitedSwap but it is only supported with cgroupv2")
    			}
    			if !s.FailSwapOn && s.MemorySwap.SwapBehavior == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    		testContext,
    		attributeRecord(nil, fakeParams, admission.Create),
    		&admission.RuntimeObjectInterfaces{},
    	)
    
    	// Expect validation to fail for first time due to binding unconditionally
    	// failing
    	require.ErrorContains(t, err, `Denied`, "expect policy validation error")
    
    	// Expect `Compile` only called once
    	require.Equal(t, 1, numCompiles, "expect `Compile` to be called only once")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1/types.go

    	// due to insufficient quota, limit ranges, pod security policy, node selectors, etc. or deleted
    	// due to kubelet being down or finalizers are failing.
    	ReplicaSetReplicaFailure ReplicaSetConditionType = "ReplicaFailure"
    )
    
    // ReplicaSetCondition describes the state of a replica set at a certain point.
    type ReplicaSetCondition struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    		func(runtime.Object) (runtime.Object, error) {
    			return obj, nil
    		}), nil); err != nil {
    		t.Fatalf("GuaranteedUpdate failed: %v", err)
    	}
    
    	// Now trigger watch error by injecting failing transformer.
    	revertTransformer := store.UpdatePrefixTransformer(
    		func(previousTransformer *PrefixTransformer) value.Transformer {
    			return &failingTransformer{}
    		})
    	defer revertTransformer()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// due to insufficient quota, limit ranges, pod security policy, node selectors, etc. or deleted
    	// due to kubelet being down or finalizers are failing.
    	ReplicaSetReplicaFailure ReplicaSetConditionType = "ReplicaFailure"
    )
    
    // ReplicaSetCondition describes the state of a replica set at a certain point.
    type ReplicaSetCondition struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  9. src/net/http/httputil/reverseproxy_test.go

    	}
    	if g, e := res.Trailer.Get("X-Unannounced-Trailer"), "unannounced_trailer_value"; g != e {
    		t.Errorf("Trailer(X-Unannounced-Trailer) = %q ; want %q", g, e)
    	}
    
    	// Test that a backend failing to be reached or one which doesn't return
    	// a response results in a StatusBadGateway.
    	getReq, _ = http.NewRequest("GET", frontend.URL+"/?mode=hangup", nil)
    	getReq.Close = true
    	res, err = frontendClient.Do(getReq)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  10. src/crypto/tls/common.go

    	//
    	// Warning: the return value will be exposed on the wire and to clients in
    	// plaintext. The application is in charge of encrypting and authenticating
    	// it (and rotating keys) or returning high-entropy identifiers. Failing to
    	// do so correctly can compromise current, previous, and future connections
    	// depending on the protocol version.
    	WrapSession func(ConnectionState, *SessionState) ([]byte, error)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
Back to top