Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 68 for verifyFn (0.18 sec)

  1. pkg/controller/statefulset/stateful_set_control_test.go

    		}
    		if len(pods) != totalPods {
    			t.Fatalf("Expected create pods 2/3, got pods %v", pods)
    		}
    
    		return pods
    	}
    	testCases := []struct {
    		policyType apps.PodManagementPolicyType
    		verifyFn   func(
    			set *apps.StatefulSet,
    			spc *fakeObjectManager,
    			ssc StatefulSetControlInterface,
    			pods []*v1.Pod,
    			totalPods int,
    			selector labels.Selector,
    		) []*v1.Pod
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

                   << rank << "); actual value: " << axis;
          }
        }
      }
    
      return success();
    }
    LogicalResult CumprodOp::verify() { return Verify(*this); }
    LogicalResult CumsumOp::verify() { return Verify(*this); }
    LogicalResult CumulativeLogsumexpOp::verify() { return Verify(*this); }
    
    //===----------------------------------------------------------------------===//
    // ConcatOffsetOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    }
    
    LogicalResult UnsortedSegmentMaxOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentMinOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentProdOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentSumOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/eviction_manager_test.go

    				if err != nil {
    					t.Fatalf("Manager expects no error but got %v", err)
    				}
    				// verify memory pressure is detected
    				if !manager.IsUnderMemoryPressure() {
    					t.Fatalf("Manager should have detected memory pressure")
    				}
    
    				// verify a pod is selected for eviction
    				if podKiller.pod == nil {
    					t.Fatalf("Manager should have selected a pod for eviction")
    				}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. src/crypto/x509/verify_test.go

    	{"self-signed, no cn, org", selfSignedNoCommonNameWithOrgName, "x509: certificate signed by unknown authority (possibly because of \"empty\" while trying to verify candidate authority certificate \"ca\")"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        SmallVectorImpl<Type>& inferredReturnTypes) {
      UnpackOpAdaptor op(operands, attributes, properties);
      // TODO(jpienaar): Refactor verify
      if (failed(op.verify(loc.has_value() ? *loc : UnknownLoc::get(context))))
        return failure();
    
      if (operands.size() != 1) {
        return emitOptionalError(loc, "input count should be equal to 1");
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/ops.mlir

    // RUN: tf-opt -split-input-file -verify-diagnostics -tfl-runtime-verify %s | FileCheck %s
    
    // Unary math ops
    // -----
    
    // CHECK-LABEL: testCos
    func.func @testCos(tensor<? x f32>) -> tensor<? x f32> {
    ^bb0(%arg0: tensor<? x f32>):
      // CHECK: "tfl.cos"(%arg0)
      %0 = "tfl.cos"(%arg0): (tensor<? x f32>) -> tensor<? x f32>
      func.return %0 : tensor<? x f32>
    }
    
    // -----
    
    // test invalid Cos input
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  8. cmd/server_test.go

    	c.Assert(err, nil)
    
    	// Execute the HTTP request.
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    	// Verify if the Content-Type header is set during the object persists.
    	c.Assert(response.Header.Get("Content-Type"), "image/png")
    
    	// Fetching the object itself and then verify the Content-Type header.
    	request, err = newTestSignedRequest(http.MethodGet, getGetObjectURL(s.endPoint, bucketName, objectName),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    			},
    			claims: fmt.Sprintf(`{
    				"iss": "https://auth.example.com",
    				"aud": "my-client",
    				"username": "jane",
    				"exp": %d
    			}`, valid.Unix()),
    			wantErr: "oidc: verify token: failed to verify signature: no keys matches jwk keyid",
    		},
    		{
    			name: "expired",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    					Issuer: apiserver.Issuer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    		{ECDSAWithSHA1, "x509: cannot verify signature: insecure algorithm ECDSA-SHA1 (temporarily override with GODEBUG=x509sha1=1)"},
    		{MD2WithRSA, "x509: cannot verify signature: insecure algorithm 1"},
    		{-1, "x509: cannot verify signature: insecure algorithm -1"},
    		{0, "x509: cannot verify signature: insecure algorithm 0"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top