Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for pathend (0.27 sec)

  1. pkg/controller/garbagecollector/garbagecollector_test.go

    	}
    	p, err := c.GenerateDeleteOwnerRefStrategicMergeBytes("100", []types.UID{"2", "3"})
    	if err != nil {
    		t.Fatal(err)
    	}
    	patched, err := strategicpatch.StrategicMergePatch(originalData, p, v1.Pod{})
    	if err != nil {
    		t.Fatal(err)
    	}
    	var got v1.Pod
    	if err := json.Unmarshal(patched, &got); err != nil {
    		t.Fatal(err)
    	}
    	if !reflect.DeepEqual(expected, got) {
    		t.Errorf("expected: %#v,\ngot: %#v", expected, got)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        for (uint64_t i = 0; i < block_rank; ++i) {
          const int64_t pad_start =
              paddings_attr.getValues<APInt>()[{i, 0}].getSExtValue();
          const int64_t pad_end =
              paddings_attr.getValues<APInt>()[{i, 1}].getSExtValue();
          if (pad_start < 0 || pad_end < 0) {
            return op.emitOpError()
                   << "requires all values of paddings to be >= 0; "
                      "failed for dimension "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "strip-ansi": "^6.0.1"
          },
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/string.prototype.padend": {
          "version": "3.1.4",
          "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz",
          "integrity": "sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==",
          "dev": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (1)
  4. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		typ = so.Type
    	}
    	if subExpr == nil {
    		subExpr = so.SubExpr
    	}
    	so = &Subobject{
    		Type:      typ,
    		SubExpr:   subExpr,
    		Offset:    so.Offset,
    		Selectors: so.Selectors,
    		PastEnd:   so.PastEnd,
    	}
    	if r := fn(so); r != nil {
    		return r
    	}
    	return so
    }
    
    func (so *Subobject) GoString() string {
    	return so.goString(0, "")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		out := newCreateOptionsFromUpdateOptions(in)
    
    		// This sequence is intending to elide type information, but produce an
    		// intermediate structure (map) that can be manually patched up to make
    		// the comparison work as needed.
    
    		// Convert both structs to maps of primitives.
    		inBytes, err := json.Marshal(in)
    		if err != nil {
    			t.Fatalf("failed to json.Marshal(in): %v", err)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

    * kube-proxy: Add a lower-bound for conntrack (128k default) ([#33051](https://github.com/kubernetes/kubernetes/pull/33051), [@thockin](https://github.com/thockin))
    * Use patched golang1.7.1 for cross-builds targeting darwin ([#33803](https://github.com/kubernetes/kubernetes/pull/33803), [@ixdy](https://github.com/ixdy))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

    * Remove flannel because now everything here is upstreamed ([#33860](https://github.com/kubernetes/kubernetes/pull/33860), [@luxas](https://github.com/luxas))
    * Use patched golang1.7.1 for cross-builds targeting darwin ([#33803](https://github.com/kubernetes/kubernetes/pull/33803), [@ixdy](https://github.com/ixdy))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

    }
    
    func.func @gatherNdVectorIndices(%arg0 : tensor<3x2x2xf32>, %arg1 : tensor<2xi32>) -> tensor<2xf32> {
      %0 = "tf.GatherNd"(%arg0, %arg1) : (tensor<3x2x2xf32>, tensor<2xi32>) -> tensor<2xf32>
      func.return %0 : tensor<2xf32>
    
    // CHECK-LABEL:gatherNdVectorIndices
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  9. pkg/apis/batch/validation/validation_test.go

    		`Etc/GMT-9`,
    		`Etc/GMT0`,
    		`Etc/Greenwich`,
    		`Etc/UCT`,
    		`Etc/Universal`,
    		`Etc/UTC`,
    		`Etc/Zulu`,
    		`Europe/Amsterdam`,
    		`Europe/Andorra`,
    		`Europe/Astrakhan`,
    		`Europe/Athens`,
    		`Europe/Belfast`,
    		`Europe/Belgrade`,
    		`Europe/Berlin`,
    		`Europe/Bratislava`,
    		`Europe/Brussels`,
    		`Europe/Bucharest`,
    		`Europe/Budapest`,
    		`Europe/Busingen`,
    		`Europe/Chisinau`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  10. pkg/scheduler/schedule_one_test.go

    				actualPatchRequests++
    				patch := action.(clienttesting.PatchAction)
    				actualPatchData = string(patch.GetPatch())
    				// For this test, we don't care about the result of the patched pod, just that we got the expected
    				// patch request, so just returning &v1.Pod{} here is OK because scheduler doesn't use the response.
    				return true, &v1.Pod{}, nil
    			})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
Back to top