Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LOGICAL (0.13 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        type: object
                    type: object
                  listeners:
                    description: |-
                      Listeners associated with this Gateway. Listeners define
                      logical endpoints that are bound on this Gateway's addresses.
                      At least one Listener MUST be specified.
    
    
                      Each Listener in a set of Listeners (for example, in a single Gateway)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_AllOp : TF_Op<"All", [Pure]> {
      let summary = [{
    Computes the "logical and" of elements across dimensions of a tensor.
      }];
    
      let description = [{
    Reduces `input` along the dimensions given in `axis`. Unless
    `keep_dims` is true, the rank of the tensor is reduced by 1 for each entry in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

                is not there, it means they are off.
    
    ## Bug Fixes and Other Changes
    
    *   New argument `experimental_device_ordinal` in `LogicalDeviceConfiguration`
        to control the order of logical devices (GPU only).
    
    *   `tf.keras`:
    
        *   Changed the TensorBoard tag names produced by the
            `tf.keras.callbacks.TensorBoard` callback, so that summaries logged
    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