Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for untouched (0.19 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    			scalingRules:           generateScalingRules(10, 60, 100, 60, 0),
    			expectedReplicasChange: 0,
    		},
    		{
    			name:          "one outdated entry to be kept untouched without behavior",
    			replicaChange: 5,
    			prevScaleEvents: []timestampedScaleEvent{
    				{7, time.Now().Add(-time.Second * time.Duration(61)), false}, // outdated event, should be replaced
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      if (!DeviceNameUtils::ParseFullName(node_def.device(), &parsed_name)) {
        return errors::InvalidArgument(
            "Op ", op_name, " has invalid device name: ", node_def.device());
      }
      // Keep the parsed name untouched if the device name is empty.
      if (!node_def.device().empty()) {
        if (!parsed_name.has_type) {
          parsed_name.type = "CPU";
          parsed_name.has_type = true;
        }
        if (!parsed_name.has_id) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    r),r=i!==n;if(i&&!Yt(e,this.placeholder)&&(!r||i.group&&i.group===n.group)){if(e=i.$el===e.parentNode&&e||Ot(i.$el).filter(function(t){return Yt(e,t)})[0],r)n.remove(this.placeholder);else if(!e)return;i.insert(this.placeholder,e),b(this.touched,i)||this.touched.push(i)}}else(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end:function(t){if(Xt(document,gt,this.move),Xt(document,mt,this.end),Xt(window,"scroll",this.scroll),thi...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

        write-pki-data "${CLOUD_PVL_ADMISSION_CERT}" "${CLOUD_PVL_ADMISSION_CERT_PATH}"
      fi
    }
    
    # After the first boot and on upgrade, these files exist on the master-pd
    # and should never be touched again (except perhaps an additional service
    # account, see NB below.) One exception is if METADATA_CLOBBERS_CONFIG is
    # enabled.
    function create-master-auth {
      echo "Creating master auth files"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top