Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for oldSize (0.18 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    
    		resizeOptions := volume.NodeResizeOptions{
    			VolumeSpec: volumeToMount.VolumeSpec,
    			DevicePath: volumeToMount.DevicePath,
    			OldSize:    currentSize,
    			NewSize:    volumeToMount.DesiredPersistentVolumeSize,
    		}
    		fsVolume, err := util.CheckVolumeModeFilesystem(volumeToMount.VolumeSpec)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/helpers_test.go

    			},
    		},
    		"previous-observation": {
    			thresholds: []evictionapi.Threshold{hardThreshold},
    			lastObservedAt: thresholdsObservedAt{
    				hardThreshold: oldTime.Time,
    			},
    			now: now.Time,
    			result: thresholdsObservedAt{
    				hardThreshold: oldTime.Time,
    			},
    		},
    	}
    	for testName, testCase := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        ```mlir
          %old_val = "tf.ReadVariableOp"(%buffer)
          %old_size = "tf.ReadVariableOp"(%size)
          %offsets = "tf.ConcatV2"(%old_size, %other_dims_0s, %const0)
          %new_val = "tf.XlaDynamicUpdateSlice"(%old_val, %push_val, %offsets)
          "tf.AssignVariableOp"(%buffer, %new_val)
          %new_size = "tf.AddV2"(%old_size, %const1)
          "tf.AssignVariableOp"(%size, %new_size)
        ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top