Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 209 for Requires (0.14 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    // is not supported in TensorFlow because TensorFlow requires filters in the
    // HWIO data format.
    //
    // Motivation to prepare for the TFLite legalization before the actual
    // legalization is to exploit constant folding opportunities in any newly
    // created ops by leveraging constant folding support for the TensorFlow ops.
    // This way TFLite can be used as a serialization format only and does not
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

    import org.gradle.internal.reflect.Instantiator
    import org.gradle.process.ExecOperations
    import org.gradle.test.fixtures.dsl.GradleDsl
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.IntegTestPreconditions
    import org.gradle.tooling.events.FinishEvent
    import org.gradle.tooling.events.OperationCompletionListener
    import org.gradle.util.internal.ToBeImplemented
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	}
    
    	switch *schema.XListType {
    	case "map":
    		// ensure all map keys are required or have a default
    		isRequired := make(map[string]bool, len(schema.Items.Schema.Required))
    		for _, required := range schema.Items.Schema.Required {
    			isRequired[required] = true
    		}
    
    		for _, k := range schema.XListMapKeys {
    			obj, ok := schema.Items.Schema.Properties[k]
    			if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/BUILD

    )
    
    tf_cuda_cc_test(
        name = "pjrt_compile_util_test",
        srcs = ["pjrt_compile_util_test.cc"],
        tags = [
            "config-cuda-only",
            "no_oss",  # This test only runs with GPU.
            "requires-gpu-nvidia",
            "xla",
        ],
        deps = [
            ":pjrt_compile_util",
            ":test_util",
            ":xla_gpu_jit",
            "//tensorflow/cc:function_ops",
            "//tensorflow/cc:math_ops",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.conversion.go

    		return err
    	}
    	out.CertSANs = *(*[]string)(unsafe.Pointer(&in.CertSANs))
    	// WARNING: in.TimeoutForControlPlane requires manual conversion: does not exist in peer-type
    	return nil
    }
    
    func autoConvert_v1beta4_Arg_To_kubeadm_Arg(in *Arg, out *kubeadm.Arg, s conversion.Scope) error {
    	out.Name = in.Name
    	out.Value = in.Value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 61.4K bytes
    - Viewed (0)
Back to top