Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for realm (0.13 sec)

  1. 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)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MakeFromLiteral", Func, 5},
    		{"MakeImag", Func, 5},
    		{"MakeInt64", Func, 5},
    		{"MakeString", Func, 5},
    		{"MakeUint64", Func, 5},
    		{"MakeUnknown", Func, 5},
    		{"Num", Func, 5},
    		{"Real", Func, 5},
    		{"Shift", Func, 5},
    		{"Sign", Func, 5},
    		{"String", Const, 5},
    		{"StringVal", Func, 5},
    		{"ToComplex", Func, 6},
    		{"ToFloat", Func, 6},
    		{"ToInt", Func, 6},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. 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)
  4. RELEASE.md

    *   Added Java API support for Windows.
    *   Added `tf.spectral` module. Moved existing FFT ops to `tf.spectral` while
        keeping an alias in the old location (`tf.*`).
    *   Added 1D, 2D and 3D Fourier transform ops for real signals to `tf.spectral`.
    *   Added a `tf.bincount` function.
    *   Added Keras 2 API to contrib.
    *   Added a new lightweight queue-like object - `RecordInput`.
    *   Added `tf.contrib.image.compose_transforms` function.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top