Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for not_gt (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      # Because of issues with negative numbers, let's test this indirectly.
      # 1. invert(a) and a = 0
      # 2. invert(a) or a = invert(0)
      input_tensor = tf.constant([0, 5, 3, 14], dtype=dtype)
      not_a_and_a, not_a_or_a, not_0 = [bitwise_ops.bitwise_and(
                                          input_tensor, bitwise_ops.invert(input_tensor)),
                                        bitwise_ops.bitwise_or(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		},
    	}, {
    		testName: "a GMSA cred spec name that is not a valid resource name",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			// invalid because of the underscore
    			GMSACredentialSpecName: toPtr("not_a-valid-gmsa-crep-spec-name"),
    		},
    		expectedErrorSubstring: dnsSubdomainLabelErrMsg,
    	}, {
    		testName: "empty GMSA cred spec contents",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top