Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mypair (0.29 sec)

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

      let description = [{
    Broadcasting is the process of making arrays to have compatible shapes
    for arithmetic operations. Two shapes are compatible if for each
    dimension pair they are either equal or one of them is one.
    
    For example:
    
    >>> x = tf.constant([[1, 2, 3]])   # Shape (1, 3,)
    >>> y = tf.broadcast_to(x, [2, 3])
    >>> print(y)
    tf.Tensor(
        [[1 2 3]
    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

    
                      HTTP Profile
    
    
                      1. HTTPRoute, Port: 80, Protocol: HTTP
                      2. HTTPRoute, Port: 443, Protocol: HTTPS, TLS Mode: Terminate, TLS keypair provided
    
    
                      TLS Profile
    
    
                      1. TLSRoute, Port: 443, Protocol: TLS, TLS Mode: Passthrough
    
    
                      "Distinct" Listeners have the following property:
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "items": {
    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