Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 496 for gold (0.06 sec)

  1. pkg/controller/volume/persistentvolume/provision_test.go

    var modeImmediate = storage.VolumeBindingImmediate
    var storageClasses = []*storage.StorageClass{
    	{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "StorageClass",
    		},
    
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "gold",
    		},
    
    		Provisioner:       mockPluginName,
    		Parameters:        class1Parameters,
    		ReclaimPolicy:     &deleteReclaimPolicy,
    		VolumeBindingMode: &modeImmediate,
    	},
    	{
    		TypeMeta: metav1.TypeMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  2. docs/ja/docs/index.md

    <small>\* 本番アプリケーションを構築している開発チームのテストによる見積もり。</small>
    
    ## Sponsors
    
    <!-- sponsors -->
    
    {% if sponsors %}
    {% for sponsor in sponsors.gold -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
    {% endfor -%}
    {%- for sponsor in sponsors.silver -%}
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/framework_test.go

    	return ctrl.syncVolume(context.TODO(), test.initialVolumes[0])
    }
    
    type operationType string
    
    const operationDelete = "Delete"
    const operationRecycle = "Recycle"
    
    var (
    	classGold                    = "gold"
    	classSilver                  = "silver"
    	classCopper                  = "copper"
    	classEmpty                   = ""
    	classNonExisting             = "non-existing"
    	classExternal                = "external"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/index_test.go

    				VolumeMode:       &fs,
    			},
    			Status: v1.PersistentVolumeStatus{
    				Phase: v1.VolumeAvailable,
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				UID:  "gce-pd-gold",
    				Name: "gce0025",
    			},
    			Spec: v1.PersistentVolumeSpec{
    				Capacity: v1.ResourceList{
    					v1.ResourceName(v1.ResourceStorage): resource.MustParse("50G"),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 44K bytes
    - Viewed (0)
  5. src/cmd/link/internal/loadelf/ldelf.go

    // find the one we are looking for. This format is slightly documented in "ELF
    // for the ARM Architecture" but mostly this is derived from reading the source
    // to gold and readelf.
    func parseArmAttributes(e binary.ByteOrder, data []byte) (found bool, ehdrFlags uint32, err error) {
    	found = false
    	if data[0] != 'A' {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/obj9.go

    		// the TOC save that the PLT stub does (put a R_PPC64_TOCSAVE
    		// relocation on the nop after the call to morestack) but at the time
    		// of writing it is not supported at all by gold and my attempt to
    		// use it with ld.bfd caused an internal linker error. So this hack
    		// seems preferable.
    
    		// MOVD $runtime.morestack(SB), R12
    		p = obj.Appendp(p, c.newprog)
    		p.As = AMOVD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/experimental/tac/tests/fold-constants-to-subgraph.mlir

    // Test for partial folding: only fold i32 constants.
    // RUN: tac-opt-all-backends -tfl-fold-constants-to-subgraph='fold-all-constants=false' %s -split-input-file -verify-diagnostics | FileCheck --check-prefix=PARTIAL %s
    
    // Test for fold all constants.
    // RUN: tac-opt-all-backends -tfl-fold-constants-to-subgraph='fold-all-constants=true' %s -split-input-file -verify-diagnostics | FileCheck --check-prefix=ALL %s
    
    module {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/constant-fold.mlir

      // CHECK: %[[RESULT:.*]] = "tf.Mul"(%arg0, %[[CONST]]) : (tensor<1x6x8x1xf32>, tensor<f32>) -> tensor<1x6x8x1xf32>
      // CHECK: return %[[RESULT]] : tensor<1x6x8x1xf32>
    }
    
    // Do not fold if the op doesn't follow the constant folding policy. It doesn't
    // fold if the  total result size is large (>1 MB) and more than 2 times the
    // size of operands.
    
    // CHECK-LABEL: DontFoldTile
    func.func @DontFoldTile() -> (tensor<64x10000xi32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 23:22:24 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/const-fold.mlir

    Christian Sigg <******@****.***> 1714640622 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  10. src/internal/trace/summary_test.go

    	}
    
    	// Test the function.
    	targetg := trace.GoID(86)
    	got := trace.RelatedGoroutinesV2(events, targetg)
    	want := map[trace.GoID]struct{}{
    		trace.GoID(86):  struct{}{}, // N.B. Result includes target.
    		trace.GoID(71):  struct{}{},
    		trace.GoID(25):  struct{}{},
    		trace.GoID(122): struct{}{},
    	}
    	for goid := range got {
    		if _, ok := want[goid]; ok {
    			delete(want, goid)
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top