Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for rounds (0.15 sec)

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

    }
    
    def TF_RoundOp : TF_Op<"Round", [Pure, TF_Idempotent, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = [{
    Rounds the values of a tensor to the nearest integer, element-wise.
      }];
    
      let description = [{
    Rounds half to even.  Also known as bankers rounding. If you want to round
    according to the current system rounding mode use std::cint.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        `SparseDenseCwiseMul`
        ([CVE-2021-29567](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29567))
    *   Fixes a heap out of bounds read in `MaxPoolGradWithArgmax`
        ([CVE-2021-29570](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29570))
    *   Fixes a heap out of bounds read in `RequantizationRange`
        ([CVE-2021-29569](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29569))
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Gray16).Bounds", Method, 0},
    		{"(*Gray16).ColorModel", Method, 0},
    		{"(*Gray16).Gray16At", Method, 4},
    		{"(*Gray16).Opaque", Method, 0},
    		{"(*Gray16).PixOffset", Method, 0},
    		{"(*Gray16).RGBA64At", Method, 17},
    		{"(*Gray16).Set", Method, 0},
    		{"(*Gray16).SetGray16", Method, 0},
    		{"(*Gray16).SetRGBA64", Method, 17},
    		{"(*Gray16).SubImage", Method, 0},
    		{"(*NRGBA).At", Method, 0},
    		{"(*NRGBA).Bounds", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    A75A          ; mapped                 ; A75B          # 5.1  LATIN CAPITAL LETTER R ROTUNDA
    A75B          ; valid                                  # 5.1  LATIN SMALL LETTER R ROTUNDA
    A75C          ; mapped                 ; A75D          # 5.1  LATIN CAPITAL LETTER RUM ROTUNDA
    A75D          ; valid                                  # 5.1  LATIN SMALL LETTER RUM ROTUNDA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.AuxInt = int8ToAuxInt(8)
    		v.AddArg(x)
    		return true
    	}
    }
    func rewriteValueAMD64_OpCeil(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (Ceil x)
    	// result: (ROUNDSD [2] x)
    	for {
    		x := v_0
    		v.reset(OpAMD64ROUNDSD)
    		v.AuxInt = int8ToAuxInt(2)
    		v.AddArg(x)
    		return true
    	}
    }
    func rewriteValueAMD64_OpCondSelect(v *Value) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top