Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 96 for reasons (0.28 sec)

  1. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    	i -= len(m.EvaluationError)
    	copy(dAtA[i:], m.EvaluationError)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.EvaluationError)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i--
    	if m.Allowed {
    		dAtA[i] = 1
    	} else {
    		dAtA[i] = 0
    	}
    	i--
    	dAtA[i] = 0x8
    	return len(dAtA) - i, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

          regions.push_back(getResults());
        } else {
          // For compatibility with older code, we allow the "yield" in a condition
          // to only yield a single boolean. In that case we can't forward any args.
          regions.push_back(RegionSuccessor(&getBody()));
          regions.push_back(RegionSuccessor());  // branch back to parent, no args
        }
      } else if (!point.isParent() && point == (*this)->getRegion(1)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    	i -= len(m.EvaluationError)
    	copy(dAtA[i:], m.EvaluationError)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.EvaluationError)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i--
    	if m.Allowed {
    		dAtA[i] = 1
    	} else {
    		dAtA[i] = 0
    	}
    	i--
    	dAtA[i] = 0x8
    	return len(dAtA) - i, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

                                                ArrayRef<func::FuncOp> functions,
                                                int64_t max_iterations);
    
      // Propagates shapes to regions given the shapes of the inputs of the regions.
      // All regions provided in `regions` are assumed to have inputs of type
      // `input_types`.
      // Returns a failure() on error, otherwise returns true to indicate that it
      // reached convergence, false otherwise.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  5. pkg/kubelet/eviction/eviction_manager_test.go

    			wantPodStatus: v1.PodStatus{
    				Phase:   v1.PodFailed,
    				Reason:  "Evicted",
    				Message: "The node was low on resource: memory. Threshold quantity: 2Gi, available: 1500Mi. ",
    			},
    		},
    		"eviction due to memory pressure; image fs": {
    			wantPodStatus: v1.PodStatus{
    				Phase:   v1.PodFailed,
    				Reason:  "Evicted",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. src/crypto/x509/verify_test.go

    	}
    }
    
    func expectExpired(t *testing.T, err error) {
    	if inval, ok := err.(CertificateInvalidError); !ok || inval.Reason != Expired {
    		t.Fatalf("error was not Expired: %v", err)
    	}
    }
    
    func expectUsageError(t *testing.T, err error) {
    	if inval, ok := err.(CertificateInvalidError); !ok || inval.Reason != IncompatibleUsage {
    		t.Fatalf("error was not IncompatibleUsage: %v", err)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  7. tests/integration/pilot/common/routing.go

    					reason: "", // TODO: is this a bug or WAI?
    				},
    			})
    			t.RunTraffic(TrafficTestCase{
    				name:   "http cookie with ttl" + c.Config().Service,
    				config: svc + tmpl.MustEvaluate(cookieWithTTLDest, ""),
    				call:   c.CallOrFail,
    				opts:   cookieCallOpts,
    				skip: skip{
    					skip:   true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  8. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		Type:    v1.PodScheduled,
    		Status:  v1.ConditionFalse,
    		Reason:  v1.PodReasonUnschedulable,
    		Message: "fake scheduling failure",
    	})
    
    	// Update pod condition to midPod.
    	podutil.UpdatePodCondition(&midPod.Status, &v1.PodCondition{
    		Type:    v1.PodScheduled,
    		Status:  v1.ConditionFalse,
    		Reason:  v1.PodReasonUnschedulable,
    		Message: "fake scheduling failure",
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        output: A list of output tensors whose types are T.
    
        call:  Multiple regions, each of which encapsulates the same semantic
               computation but in different forms.
      }];
    
      let arguments = (ins Variadic<AnyTensor>:$input);
    
      let results = (outs Variadic<AnyTensor>:$output);
    
      let regions = (region VariadicRegion<SizedRegion<1>>:$calls);
    
      let hasCanonicalizer = 1;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    	copy(dAtA[i:], m.MessageExpression)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.MessageExpression)))
    	i--
    	dAtA[i] = 0x22
    	if m.Reason != nil {
    		i -= len(*m.Reason)
    		copy(dAtA[i:], *m.Reason)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Reason)))
    		i--
    		dAtA[i] = 0x1a
    	}
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
Back to top