Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sortby (0.15 sec)

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

    }
    
    def TF_XlaKeyValueSortOp : TF_Op<"XlaKeyValueSort", [Pure, TF_NoConstantFold]> {
      let summary = "Wraps the XLA Sort operator, documented at";
    
      let description = [{
    https://www.tensorflow.org/performance/xla/operation_semantics#sort
    .
    
    Sorts a tensor. Currently only sorts in ascending order are supported.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                    x-kubernetes-list-type: map
                  supportedFeatures:
                    description: |
                      SupportedFeatures is the set of features the GatewayClass support.
                      It MUST be sorted in ascending alphabetical order.
                    items:
                      description: |-
                        SupportedFeature is used to describe distinct features that are covered by
                        conformance tests.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. RELEASE.md

            the environment variable `TF_DETERMINISTIC_OPS` to `"true"` or `"1"`.
    *   `tf.print`:
        *   Bug fix in `tf.print()` with `OrderedDict` where if an `OrderedDict`
            didn't have the keys sorted, the keys and values were not being printed
            in accordance with their correct mapping.
    *   `tf.train.Checkpoint`:
        *   Now accepts a `root` argument in the initialization, which generates a
    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