Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 101 for PROMOTED (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/promote_resources_to_args.mlir

      %4 = "tf.Pack"(%0, %3) : (tensor<f32>, tensor<f32>) -> tensor<2xf32>
      func.return %4 : tensor<2xf32>
    }
    
    // -----
    
    // One resource, one read. _is_initialized is false, shouldn't be promoted.
    // CHECK-LABEL: func @main()
    func.func @main() -> tensor<f32> {
      // CHECK: "tf.VarHandleOp"
      %1 = "tf.VarHandleOp"() {container = "", shared_name = "x", _is_initialized = false} : () -> tensor<!tf_type.resource<tensor<f32>>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/util/etcd/etcd.go

    func (c *Client) MemberPromote(learnerID uint64) error {
    	isLearner, err := c.isLearner(learnerID)
    	if err != nil {
    		return err
    	}
    	if !isLearner {
    		klog.V(1).Infof("[etcd] Member %s already promoted.", strconv.FormatUint(learnerID, 16))
    		return nil
    	}
    
    	klog.V(1).Infof("[etcd] Promoting a learner as a voting member: %s", strconv.FormatUint(learnerID, 16))
    	cli, err := c.newEtcdClient(c.Endpoints)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

        - [Promoted SeccompDefault to Beta](#promoted-seccompdefault-to-beta)
        - [Promoted endPort in Network Policy to Stable](#promoted-endport-in-network-policy-to-stable)
        - [Promoted Local Ephemeral Storage Capacity Isolation to Stable](#promoted-local-ephemeral-storage-capacity-isolation-to-stable)
        - [Promoted core CSI Migration to Stable](#promoted-core-csi-migration-to-stable)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    - Promoted `KubeProxyDrainingTerminatingNodes` to `Beta`. ([#122914](https://github.com/kubernetes/kubernetes/pull/122914), [@alexanderConstantinescu](https://github.com/alexanderConstantinescu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  5. guava/src/com/google/common/graph/DirectedGraphConnections.java

            orderedNodeConnections.remove(new NodeConnection.Succ<>((N) node));
          }
        }
    
        /*
         * TODO(cpovirk): `return (V) removedValue` once our checker permits that.
         *
         * (We promoted a class of warnings into errors because sometimes they indicate real problems.
         * But now we need to "undo" some instance of spurious errors, as discussed in
         * https://github.com/jspecify/checker-framework/issues/8.)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 18K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/graph/DirectedGraphConnections.java

            orderedNodeConnections.remove(new NodeConnection.Succ<>((N) node));
          }
        }
    
        /*
         * TODO(cpovirk): `return (V) removedValue` once our checker permits that.
         *
         * (We promoted a class of warnings into errors because sometimes they indicate real problems.
         * But now we need to "undo" some instance of spurious errors, as discussed in
         * https://github.com/jspecify/checker-framework/issues/8.)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 18K bytes
    - Viewed (0)
  7. src/sync/map_bench_test.go

    			for ; pb.Next(); i++ {
    				m.Range(func(_, _ any) bool { return true })
    			}
    		},
    	})
    }
    
    // BenchmarkAdversarialAlloc tests performance when we store a new value
    // immediately whenever the map is promoted to clean and otherwise load a
    // unique, missing key.
    //
    // This forces the Load calls to always acquire the map's mutex.
    func BenchmarkAdversarialAlloc(b *testing.B) {
    	benchMap(b, bench{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 01 15:34:22 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/third_party/forked/golang/json/fields.go

    				}
    			}
    		}
    	}
    
    	sort.Sort(byName(fields))
    
    	// Delete all fields that are hidden by the Go rules for embedded fields,
    	// except that fields with JSON tags are promoted.
    
    	// The fields are sorted in primary order of name, secondary order
    	// of field index length. Loop over names; for each name, delete
    	// hidden fields by choosing the one dominant field that survives.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 25 16:23:43 UTC 2022
    - 13.1K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/doc.go

    By default, functions in Go are aligned to 16 bytes, as is the case in all
    other compilers for PPC64. If there is a PCALIGN directive requesting alignment
    greater than 16, then the alignment of the containing function must be
    promoted to that same alignment or greater.
    
    The behavior of PCALIGN is changed in Go 1.21 to be more straightforward to
    ensure the alignment required for some instructions in power10. The acceptable
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  10. src/go/internal/gcimporter/ureader.go

    		pr.retireReader(rname)
    	}
    
    	if tag == pkgbits.ObjStub {
    		assert(objPkg == nil || objPkg == types.Unsafe)
    		return objPkg, objName
    	}
    
    	// Ignore local types promoted to global scope (#55110).
    	if _, suffix := splitVargenSuffix(objName); suffix != "" {
    		return objPkg, objName
    	}
    
    	if objPkg.Scope().Lookup(objName) == nil {
    		dict := pr.objDictIdx(idx)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top