Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for rounds (0.2 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. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	ROUNDPS $7, X11, X11                    // 66450f3a08db07
    	ROUNDSD $7, (BX), X2                    // 660f3a0b1307
    	ROUNDSD $7, (R11), X2                   // 66410f3a0b1307
    	ROUNDSD $7, X2, X2                      // 660f3a0bd207
    	ROUNDSD $7, X11, X2                     // 66410f3a0bd307
    	ROUNDSD $7, (BX), X11                   // 66440f3a0b1b07
    	ROUNDSD $7, (R11), X11                  // 66450f3a0b1b07
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. src/testdata/Isaac.Newton-Opticks.txt

    Copper, till it had done making a Noise; and then upon the Pitch I
    ground the Object-Metal with a brisk motion, for about two or three
    Minutes of time, leaning hard upon it. Then I put fresh Putty upon the
    Pitch, and ground it again till it had done making a noise, and
    afterwards ground the Object-Metal upon it as before. And this Work I
    repeated till the Metal was polished, grinding it the last time with all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. 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)
  8. src/main/webapp/css/admin/bootstrap.min.css.map

    !important;\n}\n\n.rounded-bottom {\n  border-bottom-right-radius: $border-radius !important;\n  border-bottom-left-radius: $border-radius !important;\n}\n\n.rounded-left {\n  border-top-left-radius: $border-radius !important;\n  border-bottom-left-radius: $border-radius !important;\n}\n\n.rounded-lg {\n  border-radius: $border-radius-lg !important;\n}\n\n.rounded-circle {\n  border-radius: 50% !important;\n}\n\n.rounded-pill {\n  border-radius: $rounded-pill !important;\n}\n\n.rounded-0 {\n  border-radius:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/bootstrap.min.css.map

    !important;\n}\n\n.rounded-bottom {\n  border-bottom-right-radius: $border-radius !important;\n  border-bottom-left-radius: $border-radius !important;\n}\n\n.rounded-left {\n  border-top-left-radius: $border-radius !important;\n  border-bottom-left-radius: $border-radius !important;\n}\n\n.rounded-lg {\n  border-radius: $border-radius-lg !important;\n}\n\n.rounded-circle {\n  border-radius: 50% !important;\n}\n\n.rounded-pill {\n  border-radius: $rounded-pill !important;\n}\n\n.rounded-0 {\n  border-radius:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top