Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Size (0.11 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    			break
    		}
    		v.copyOf(x)
    		return true
    	}
    	// match: (Load <t1> p1 (Store {t2} p2 _ (Store {t3} p3 _ (Store {t4} p4 x _))))
    	// cond: isSamePtr(p1, p4) && t1.Compare(x.Type) == types.CMPeq && t1.Size() == t2.Size() && disjoint(p4, t4.Size(), p2, t2.Size()) && disjoint(p4, t4.Size(), p3, t3.Size())
    	// result: x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    With inconsistent num_segments, the op still runs. only difference is,
    the output takes the size of num_segments irrespective of size of segment_ids and data.
    for num_segments less than expected output size, the last elements are ignored
    for num_segments more than the expected output size, last elements are assigned 
    smallest possible value for the specific numeric type.
    
    For example:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          rule: self.all(key, key.size() != 0)
                    type: object
                type: object
                x-kubernetes-validations:
                - message: portLevelMtls requires selector
                  rule: (has(self.selector) && has(self.selector.matchLabels) && self.selector.matchLabels.size()
                    > 0) || !has(self.portLevelMtls)
              status:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                          rule: self.all(key, key.size() != 0)
                    type: object
                type: object
                x-kubernetes-validations:
                - message: portLevelMtls requires selector
                  rule: (has(self.selector) && has(self.selector.matchLabels) && self.selector.matchLabels.size()
                    > 0) || !has(self.portLevelMtls)
              status:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      rule: '!(has(self.caCertificateRefs) && size(self.caCertificateRefs)
                        > 0 && has(self.wellKnownCACertificates) && self.wellKnownCACertificates
                        != "")'
                    - message: must specify either CACertificateRefs or WellKnownCACertificates
                      rule: (has(self.caCertificateRefs) && size(self.caCertificateRefs)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// match: (Store {t} ptr val mem)
    	// cond: t.Size() == 1
    	// result: (MOVBstore ptr val mem)
    	for {
    		t := auxToType(v.Aux)
    		ptr := v_0
    		val := v_1
    		mem := v_2
    		if !(t.Size() == 1) {
    			break
    		}
    		v.reset(OpARM64MOVBstore)
    		v.AddArg3(ptr, val, mem)
    		return true
    	}
    	// match: (Store {t} ptr val mem)
    	// cond: t.Size() == 2
    	// result: (MOVHstore ptr val mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  7. RELEASE.md

            methods.
    *   TensorFlow Debugger (tfdbg) CLI: fix an issue in which the TensorBoard
        Debugger Plugin could not handle total source file size exceeding gRPC
        message size limit (4 MB).
    *   `tf.contrib`:
        *   `tf.contrib.framework.zero_initializer` supports ResourceVariable.
        *   Adding "constrained_optimization" to tensorflow/contrib.
    *   Other:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    			newClaim:          validAddClaimAnnotation,
    		},
    		"valid-size-update-resize-disabled": {
    			oldClaim: validClaim,
    			newClaim: validSizeUpdate,
    		},
    		"valid-size-update-resize-enabled": {
    			isExpectedFailure: false,
    			oldClaim:          validClaim,
    			newClaim:          validSizeUpdate,
    		},
    		"invalid-size-update-resize-enabled": {
    			isExpectedFailure: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.\n\nSetting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top