Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 92 of 92 for checkSeq (0.33 sec)

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

    		return
    	}
    
    	// Verify the claim is in cache: if so, then it is a different PVC with the same name
    	// since the volume is known to be released at this moment. The new (cached) PVC must use
    	// a different PV -- we checked that the PV is unused in isVolumeReleased.
    	// So the old PV is safe to be recycled.
    	claimName := claimrefToClaimKey(volume.Spec.ClaimRef)
    	_, claimCached, err := ctrl.claims.GetByKey(claimName)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ### `-tf-tpu-validate-inputs`
    
    _Validates inputs to the TPU TF/XLA bridge_
    
    This pass checks that the IR has valid input to TPU TF/XLA bridge.
    It checks the relations of multiple ops. Properties of single ops are
    checked by the 'verify' method of ops.
    ### `-tf-tpu-variable-runtime-reformatting`
    
    _Adds device variable formatting op to allow compilation-guided variable formatting._
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top