Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for heal (0.19 sec)

  1. RELEASE.md

    *   Fixes a heap OOB read in `tf.ragged.cross`
        ([CVE-2021-41212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41212))
    *   Fixes a heap OOB in shape inference for `QuantizeV2`
        ([CVE-2021-41211](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41211))
    *   Fixes a heap OOB read in all `tf.raw_ops.QuantizeAndDequantizeV*` ops
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Converts two real numbers to a complex number.";
    
      let description = [{
    Given a tensor `real` representing the real part of a complex number, and a
    tensor `imag` representing the imaginary part of a complex number, this
    operation returns complex numbers elementwise of the form \\(a + bj\\), where
    *a* represents the `real` part and *b* represents the `imag` part.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    11A00..11A3E  ; valid                                  # 10.0 ZANABAZAR SQUARE LETTER A..ZANABAZAR SQUARE CLUSTER-FINAL LETTER VA
    11A3F..11A46  ; valid                  ;      ; NV8    # 10.0 ZANABAZAR SQUARE INITIAL HEAD MARK..ZANABAZAR SQUARE CLOSING DOUBLE-LINED HEAD MARK
    11A47         ; valid                                  # 10.0 ZANABAZAR SQUARE SUBJOINER
    11A48..11A4F  ; disallowed                             # NA   <reserved-11A48>..<reserved-11A4F>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"NewWriter", Func, 0},
    		{"NewWriterLevel", Func, 0},
    		{"NewWriterLevelDict", Func, 0},
    		{"NoCompression", Const, 0},
    		{"Resetter", Type, 4},
    		{"Writer", Type, 0},
    	},
    	"container/heap": {
    		{"Fix", Func, 2},
    		{"Init", Func, 0},
    		{"Interface", Type, 0},
    		{"Pop", Func, 0},
    		{"Push", Func, 0},
    		{"Remove", Func, 0},
    	},
    	"container/list": {
    		{"(*Element).Next", 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. src/cmd/compile/internal/ssa/rewriteAMD64.go

    			break
    		}
    		x := v_0.Args[0]
    		v.reset(OpAMD64LEAL1)
    		v.AuxInt = int32ToAuxInt(c)
    		v.AddArg2(x, x)
    		return true
    	}
    	// match: (ADDLconst [c] (LEAL [d] {s} x))
    	// cond: is32Bit(int64(c)+int64(d))
    	// result: (LEAL [c+d] {s} x)
    	for {
    		c := auxIntToInt32(v.AuxInt)
    		if v_0.Op != OpAMD64LEAL {
    			break
    		}
    		d := auxIntToInt32(v_0.AuxInt)
    		s := auxToSym(v_0.Aux)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  specified method.
    
    
                                  Support: Extended
                                enum:
                                - GET
                                - HEAD
                                - POST
                                - PUT
                                - DELETE
                                - CONNECT
                                - OPTIONS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "path": {
                "default": "",
                "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath",
                "type": "string"
              },
              "type": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top