Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for flips (0.16 sec)

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

      }];
    }
    
    def TF_InvertOp : TF_Op<"Invert", [Pure, TF_Involution, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = [{
    Invert (flip) each bit of supported types; for example, type `uint8` value 01010101 becomes 10101010.
      }];
    
      let description = [{
    Flip each bit of supported types.  For example, type `int8` (decimal 2) binary 00000010 becomes (decimal -3) binary 11111101.
    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

    				newSvc.Spec.IPFamilyPolicy = &singleStack
    				newSvc.Spec.IPFamilies = []core.IPFamily{core.IPv6Protocol}
    			},
    			numErrs: 0,
    		},
    
    		{
    			name: "invalid flip families",
    			tweakSvc: func(oldSvc, newSvc *core.Service) {
    				oldSvc.Spec.ClusterIP = "1.2.3.40"
    				oldSvc.Spec.ClusterIPs = []string{"1.2.3.4", "2001::1"}
    				oldSvc.Spec.Type = core.ServiceTypeClusterIP
    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