Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for classy (0.48 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // sub-computation selects the max (or min) value and the index for the value.
    //   Derived: is the resulting derived class of this class.
    //   OpTy: is TF::ArgMaxOp or TF::ArgMinOp.
    template <typename Derived, typename OpTy>
    class ConvertArgMinMaxOp : public OpRewritePattern<OpTy> {
      using OpRewritePattern<OpTy>::OpRewritePattern;
    
      LogicalResult matchAndRewrite(OpTy op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    			// processed at each use, to prevent Addr coming
    			// before the decl.
    		default:
    			s.Fatalf("local variable with class %v unimplemented", n.Class)
    		}
    	}
    
    	s.f.OwnAux = ssa.OwnAuxCall(fn.LSym, params)
    
    	// Populate SSAable arguments.
    	for _, n := range fn.Dcl {
    		if n.Class == ir.PPARAM {
    			if s.canSSA(n) {
    				v := s.newValue0A(ssa.OpArg, n.Type(), n)
    				s.vars[n] = v
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    )
    
    // PodQOSClass defines the supported qos classes of Pods.
    type PodQOSClass string
    
    // These are valid values for PodQOSClass
    const (
    	// PodQOSGuaranteed is the Guaranteed qos class.
    	PodQOSGuaranteed PodQOSClass = "Guaranteed"
    	// PodQOSBurstable is the Burstable qos class.
    	PodQOSBurstable PodQOSClass = "Burstable"
    	// PodQOSBestEffort is the BestEffort qos class.
    	PodQOSBestEffort PodQOSClass = "BestEffort"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %48 = "tf.Identity"(%47) {device = ""} : (tensor<i1>) -> tensor<i1>
      %49 = "tf.Identity"(%36#1) {_class = ["loc:@WhitespaceTokenize/WhitespaceTokenizeWithOffsets"], device = ""} : (tensor<?xi64>) -> tensor<?xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    )
    
    // PodQOSClass defines the supported qos classes of Pods.
    // +enum
    type PodQOSClass string
    
    const (
    	// PodQOSGuaranteed is the Guaranteed qos class.
    	PodQOSGuaranteed PodQOSClass = "Guaranteed"
    	// PodQOSBurstable is the Burstable qos class.
    	PodQOSBurstable PodQOSClass = "Burstable"
    	// PodQOSBestEffort is the BestEffort qos class.
    	PodQOSBestEffort PodQOSClass = "BestEffort"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"enableServiceLinks":            "EnableServiceLinks indicates whether information about services should be injected...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // to run this pod.  If no RuntimeClass resource matches the named class, the pod will not be run.
      // If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an
      // empty definition that uses the default runtime handler.
      // More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
      // +optional
      optional string runtimeClassName = 29;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // to run this pod.  If no RuntimeClass resource matches the named class, the pod will not be run.
      // If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an
      // empty definition that uses the default runtime handler.
      // More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
      // +optional
      optional string runtimeClassName = 29;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "description": "StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.\n\nStorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.",
            "properties": {
              "allowVolumeExpansion": {
                "description": "allowVolumeExpansion shows whether the storage class allow volume expand.",
                "type": "boolean"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

          type: date
        - jsonPath: .spec.description
          name: Description
          priority: 1
          type: string
        name: v1
        schema:
          openAPIV3Schema:
            description: "GatewayClass describes a class of Gateways available to the
              user for creating Gateway resources. \n It is recommended that this resource
              be used as a template for Gateways. This means that a Gateway is based on
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
Back to top