Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for gemerged (0.27 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    Chart, was, that the Rays of one and the same sort did at one Obliquity
    emerge out of the Glass, at another did not emerge, but were reflected
    back towards the Quick-silver by the hither Surface of the Glass, and
    accordingly as the Obliquity became greater and greater, emerged and
    were reflected alternately for many Successions; and that in one and the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    Builds a merged tensor such that
    
    ```python
        merged[indices[m][i, ..., j], ...] = data[m][i, ..., j, ...]
    ```
    
    For example, if each `indices[m]` is scalar or vector, we have
    
    ```python
        # Scalar indices:
        merged[indices[m], ...] = data[m][...]
    
        # Vector indices:
        merged[indices[m][i], ...] = data[m][i, ...]
    ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      choose to merge compatible Gateway Listeners together. If that is the
                      case, the list of routes attached to those resources should also be
                      merged.
    
    
                      Note that for ParentRefs that cross namespace boundaries, there are specific
                      rules. Cross-namespace references are only valid if they are explicitly
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "dnsPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - Unreserve extension point for scheduler plugins is merged into Reserve extension point ([#92200](https://github.com/kubernetes/kubernetes/pull/92200), [@adtac](https://github.com/adtac)) [SIG Scheduling and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. RELEASE.md

    *   All the `tf.keras.dtensor.experimental.optimizers` classes have been merged with `tf.keras.optimizers`. You can migrate your code to use `tf.keras.optimizers` directly. The API namespace for `tf.keras.dtensor.experimental.optimizers` will be removed in future releases.
    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