Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Assert1 (0.2 sec)

  1. gradle/verification-keyring.keys

    AR720GUajYzG6NqeJbX8YOJ2I3sITQiQEryBfohIAPwNwLrlI8UW5IqauZGwARTT
    CGIT7eN3ozh5reZ7/pjnuA==
    =0lC/
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    0CC0B712FEE75827
    uid    AssertJ <assertj@assertj.github.io>
    
    sub    0CFE993CDBE1D0A2
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBF+EGtgBCAC/KXNQAl1rz3VBbqm6ssjzR+5Su1QWHI7oYDS+YHCLOaqfE3jO
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  2. RELEASE.md

            unsupported now. Converting these ops to Functional API op layers was
            unreliable before TF 2.4, and prone to erroring incomprehensibly or
            being silently buggy.
        *   Code that directly asserts on a Keras symbolic value in cases where ops
            like `tf.rank` used to return a static or symbolic value depending on if
            the input had a fully static shape or not. Now these ops always return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    	}
    
    	for _, test := range tests {
    		err := ValidateAppArmorProfileFormat(test.profile)
    		if test.expectValid {
    			assert.NoError(t, err, "Profile %s should be valid", test.profile)
    		} else {
    			assert.Error(t, err, fmt.Sprintf("Profile %s should not be valid", test.profile))
    		}
    	}
    }
    
    func TestValidateDownwardAPIHostIPs(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        static bool isCompatibleReturnTypes(TypeRange inferred, TypeRange actual) {
          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_AssertOp : TF_Op<"Assert", []> {
      let summary = "Asserts that the given condition is true.";
    
      let description = [{
    If `condition` evaluates to false, print the list of tensors in `data`.
    `summarize` determines how many entries of the tensors to print.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

              a reference from a Route to a Service are only applicable to BackendRefs.
    
    
              ReferenceGrant is a form of runtime verification allowing users to assert
              which cross-namespace object references are permitted. Implementations that
              support ReferenceGrant MUST NOT permit cross-namespace references which have
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top