Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 461 for Requires (0.16 sec)

  1. pilot/pkg/security/authn/policy_applier_test.go

    									Match: &route.RouteMatch{
    										PathSpecifier: &route.RouteMatch_Prefix{
    											Prefix: "/",
    										},
    									},
    									RequirementType: &envoy_jwt.RequirementRule_Requires{
    										Requires: &envoy_jwt.JwtRequirement{
    											RequiresType: &envoy_jwt.JwtRequirement_RequiresAny{
    												RequiresAny: &envoy_jwt.JwtRequirementOrList{
    													Requirements: []*envoy_jwt.JwtRequirement{
    														{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  2. tensorflow/cc/gradients/math_grad.cc

                      std::vector<Output>* grad_outputs) {
      if (op.num_inputs() != 2) {
        return errors::InvalidArgument("Cumsum requires 2 arguments");
      }
      if (grad_inputs.size() != 1) {
        return errors::InvalidArgument("Cumsum grad requires 1 grad input");
      }
    
      Cumsum::Attrs attrs;
      TF_RETURN_IF_ERROR(
          GetNodeAttr(op.node()->attrs(), "exclusive", &attrs.exclusive_));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.conversion.go

    	out.Group = in.Group
    	// WARNING: in.Version requires manual conversion: does not exist in peer-type
    	if err := Convert_apiextensions_CustomResourceDefinitionNames_To_v1_CustomResourceDefinitionNames(&in.Names, &out.Names, s); err != nil {
    		return err
    	}
    	out.Scope = ResourceScope(in.Scope)
    	// WARNING: in.Validation requires manual conversion: does not exist in peer-type
    	// WARNING: in.Subresources requires manual conversion: does not exist in peer-type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/CacheBuilder.java

        checkState(refreshNanos == UNSET_INT, "refreshAfterWrite requires a LoadingCache");
      }
    
      private void checkWeightWithWeigher() {
        if (weigher == null) {
          checkState(maximumWeight == UNSET_INT, "maximumWeight requires weigher");
        } else {
          if (strictParsing) {
            checkState(maximumWeight != UNSET_INT, "weigher requires maximumWeight");
          } else {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

            }
          }
        }
      }
      return indexes;
    }
    
    // Creates a slice of the tensorlist `input_list`, starting from
    // [start_index, 0, ...0], with size [size, -1, ...-1].
    //
    // Requires that `start_index` and `size` are scalar tensors and
    // `item_position_shape` is a 1-D tensor with only one element equal to the rank
    // of an item in the tensorlist.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/conversion.go

    	if nilOrEqual((*string)(to.Group), "") && nilOrEqual((*string)(to.Kind), gvk.Service.Kind) {
    		// Service
    		if to.Port == nil {
    			// "Port is required when the referent is a Kubernetes Service."
    			return nil, &ConfigError{Reason: InvalidDestination, Message: "port is required in backendRef"}
    		}
    		if strings.Contains(string(to.Name), ".") {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

      "tf.TPUReplicateMetadata"() {_xla_compile_device_type = "TPU", _replication_info = "replicate", device = "/device:TPU:0", topology = "topology"} : () -> ()
      func.return
    }
    
    
    // -----
    
    
    // Test cluster with bad `num_replicas` attribute.
    func.func @bad_num_replicas() {
      // expected-error@+1 {{requires 'num_replicas' int attribute to be at least 1}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. pkg/apis/extensions/v1beta1/zz_generated.conversion.go

    func autoConvert_v1beta1_IngressBackend_To_networking_IngressBackend(in *v1beta1.IngressBackend, out *networking.IngressBackend, s conversion.Scope) error {
    	// WARNING: in.ServiceName requires manual conversion: does not exist in peer-type
    	// WARNING: in.ServicePort requires manual conversion: does not exist in peer-type
    	out.Resource = (*core.TypedLocalObjectReference)(unsafe.Pointer(in.Resource))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 95.7K bytes
    - Viewed (0)
  9. cmd/api-errors.go

    	ErrAuthHeaderEmpty: {
    		Code:           "InvalidArgument",
    		Description:    "Authorization header is invalid -- one and only one ' ' (space) required.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrMissingDateHeader: {
    		Code:           "AccessDenied",
    		Description:    "AWS authentication requires a valid Date or x-amz-date header",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrInvalidQuerySignatureAlgo: {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	if restartCPULim || restartCPUReq || restartMemLim {
    		// resize policy requires this container to restart
    		changes.ContainersToKill[kubeContainerStatus.ID] = containerToKillInfo{
    			name:      kubeContainerStatus.Name,
    			container: &pod.Spec.Containers[containerIdx],
    			message:   fmt.Sprintf("Container %s resize requires restart", container.Name),
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top