Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 211 for Tables (0.22 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

          return ResolveThenFunction(table);
        }
    
        // Resolve the else branch function.
        // Prefer passing in SymbolTableCollection to reduce lookup costs by
        // enabling reusing cached symbol table lookup.
        func::FuncOp ResolveElseFunction(::mlir::SymbolTableCollection* table) {
          if (table)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/asm5.go

    			opset(ABCC, r0)
    			opset(ABLO, r0)
    			opset(ABMI, r0)
    			opset(ABPL, r0)
    			opset(ABVS, r0)
    			opset(ABVC, r0)
    			opset(ABHI, r0)
    			opset(ABLS, r0)
    			opset(ABGE, r0)
    			opset(ABLT, r0)
    			opset(ABGT, r0)
    			opset(ABLE, r0)
    
    		case ASLL:
    			opset(ASRL, r0)
    			opset(ASRA, r0)
    
    		case AMUL:
    			opset(AMULU, r0)
    
    		case ADIV:
    			opset(AMOD, r0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build go1.10 && !go1.13
    
    package cases
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "10.0.0"
    
    var xorData string = "" + // Size: 185 bytes
    	"\x00\x06\x07\x00\x01?\x00\x0f\x03\x00\x0f\x12\x00\x0f\x1f\x00\x0f\x1d" +
    	"\x00\x01\x13\x00\x0f\x16\x00\x0f\x0b\x00\x0f3\x00\x0f7\x00\x01#\x00\x0f?" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build go1.13 && !go1.14
    
    package cases
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "11.0.0"
    
    var xorData string = "" + // Size: 188 bytes
    	"\x00\x06\x07\x00\x01?\x00\x0f\x03\x00\x0f\x12\x00\x0f\x1f\x00\x0f\x1d" +
    	"\x00\x01\x13\x00\x0f\x16\x00\x0f\x0b\x00\x0f3\x00\x0f7\x00\x01#\x00\x0f?" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Labels that are added to Pilot deployment.
      //
      // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
      google.protobuf.Struct deploymentLabels = 14;
    
      // Labels that are added to Pilot pods.
      //
      // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
      google.protobuf.Struct podLabels = 36;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/crdclient/types.gen.go

    		return config.Config{
    			Meta: config.Meta{
    				GroupVersionKind:  gvk.AuthorizationPolicy,
    				Name:              obj.Name,
    				Namespace:         obj.Namespace,
    				Labels:            obj.Labels,
    				Annotations:       obj.Annotations,
    				ResourceVersion:   obj.ResourceVersion,
    				CreationTimestamp: obj.CreationTimestamp.Time,
    				OwnerReferences:   obj.OwnerReferences,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  7. pkg/controller/history/controller_history_test.go

    	// an existing revision.
    	modTemplate := ss1.Spec.Template.DeepCopy()
    	modTemplate.Labels["foo"] = "not_bar"
    	ss1Rev2, err := NewControllerRevision(ss1, parentKind, ss1.Spec.Template.Labels, rawTemplate(modTemplate), 2, ss1.Status.CollisionCount)
    	ss1Rev2.Name = ss1Rev1.Name
    	ss1Rev2.Labels[ControllerRevisionHashLabel] = ss1Rev1.Labels[ControllerRevisionHashLabel]
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/serviceregistry_test.go

    					Labels: labels,
    				},
    			},
    		})
    		makeIstioObject(t, store, config.Config{
    			Meta: config.Meta{
    				Name:             "workload",
    				Namespace:        namespace,
    				GroupVersionKind: gvk.WorkloadEntry,
    				Domain:           "cluster.local",
    			},
    			Spec: &networking.WorkloadEntry{
    				Address: "2.3.4.5",
    				Labels:  labels,
    				Ports: map[string]uint32{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  9. plugin/pkg/admission/noderestriction/admission_test.go

    	node = node.DeepCopy()
    	if node.Labels == nil {
    		node.Labels = map[string]string{}
    	}
    	if value == "" {
    		value = "value"
    	}
    	// non-kube labels
    	node.Labels["foo"] = value
    	node.Labels["example.com/foo"] = value
    
    	// kubelet labels
    	node.Labels["kubernetes.io/hostname"] = value
    	node.Labels["failure-domain.beta.kubernetes.io/zone"] = value
    	node.Labels["failure-domain.beta.kubernetes.io/region"] = value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

            service.istio.io/canonical-revision: {{ index .ObjectMeta.Labels `service.istio.io/canonical-revision` | default (index .ObjectMeta.Labels `app.kubernetes.io/version`) | default (index .ObjectMeta.Labels `version`) | default "latest"  | quote...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top