Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for booln (0.32 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM64.go

    func rewriteValueARM64_OpARM64GreaterEqualF(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (GreaterEqualF (InvertFlags x))
    	// result: (LessEqualF x)
    	for {
    		if v_0.Op != OpARM64InvertFlags {
    			break
    		}
    		x := v_0.Args[0]
    		v.reset(OpARM64LessEqualF)
    		v.AddArg(x)
    		return true
    	}
    	return false
    }
    func rewriteValueARM64_OpARM64GreaterEqualNoov(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	return false
    }
    func rewriteValueAMD64_OpAMD64ROLBconst(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (ROLBconst x [0])
    	// result: x
    	for {
    		if auxIntToInt8(v.AuxInt) != 0 {
    			break
    		}
    		x := v_0
    		v.copyOf(x)
    		return true
    	}
    	return false
    }
    func rewriteValueAMD64_OpAMD64ROLL(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		Phase: core.ClaimBound,
    	})
    
    	scenarios := map[string]struct {
    		isExpectedFailure           bool
    		oldClaim                    *core.PersistentVolumeClaim
    		newClaim                    *core.PersistentVolumeClaim
    		enableRecoverFromExpansion  bool
    		enableVolumeAttributesClass bool
    	}{
    		"valid-update-volumeName-only": {
    			isExpectedFailure: false,
    			oldClaim:          validClaim,
    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. src/cmd/compile/internal/ssa/rewritegeneric.go

    	v_0 := v.Args[0]
    	// match: (Cvt32Fto64F (Const32F [c]))
    	// result: (Const64F [float64(c)])
    	for {
    		if v_0.Op != OpConst32F {
    			break
    		}
    		c := auxIntToFloat32(v_0.AuxInt)
    		v.reset(OpConst64F)
    		v.AuxInt = float64ToAuxInt(float64(c))
    		return true
    	}
    	return false
    }
    func rewriteValuegeneric_OpCvt32to32F(v *Value) bool {
    	v_0 := v.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let arguments = (ins
        Arg<TF_BoolTensor, [{A `Tensor` of type `bool`.}]>:$x
      );
    
      let results = (outs
        Res<TF_BoolTensor, [{A `Tensor` of type `bool` with the same shape as `x`. The logical negation of `x`.}]>:$y
      );
    
      let hasCanonicalizer = 1;
      let extraClassDeclaration = [{
        static bool isCompatibleReturnTypes(TypeRange inferred, TypeRange actual) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg strings, func CutPrefix(string, string) (string, bool) #42537
    pkg strings, func CutSuffix(string, string) (string, bool) #42537
    pkg sync, method (*Map) CompareAndDelete(interface{}, interface{}) bool #51972
    pkg sync, method (*Map) CompareAndSwap(interface{}, interface{}, interface{}) bool #51972
    pkg sync, method (*Map) Swap(interface{}, interface{}) (interface{}, bool) #51972
    pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 551 #53280
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), type SysProcAttr struct, Foreground bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Noctty bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Pgid int
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Ptrace bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setctty bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setpgid bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Pool", Type, 3},
    		{"Pool.New", Field, 3},
    		{"RWMutex", Type, 0},
    		{"WaitGroup", Type, 0},
    	},
    	"sync/atomic": {
    		{"(*Bool).CompareAndSwap", Method, 19},
    		{"(*Bool).Load", Method, 19},
    		{"(*Bool).Store", Method, 19},
    		{"(*Bool).Swap", Method, 19},
    		{"(*Int32).Add", Method, 19},
    		{"(*Int32).CompareAndSwap", Method, 19},
    		{"(*Int32).Load", Method, 19},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. RELEASE.md

        `SparseTensor` arguments.
    *   The Python bitwise operators for `Tensor` (`__and__`, `__or__`, `__xor__`
        and `__invert__` now support non-`bool` arguments and apply the
        corresponding bitwise ops. `bool` arguments continue to be supported and
        dispatch to logical ops. This brings them more in line with Python and NumPy
        behavior.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              name: "destination_prefix"
              type: DT_STRING
            }
            attr {
              name: "delete_old_dirs"
              type: "bool"
              default_value {
                b: true
              }
            }
            attr {
              name: "allow_missing_files"
              type: "bool"
              default_value {
                b: false
              }
            }
            is_stateful: true
          }
          op {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top