Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for wbMove (0.2 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FE83..FE84    ; mapped                 ; 0623          # 1.1  ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM
    FE85..FE86    ; mapped                 ; 0624          # 1.1  ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM..ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        PolicyAncestorStatus describes the status of a route with respect to an
                        associated Ancestor.
    
    
                        Ancestors refer to objects that are either the Target of a policy or above it
                        in terms of object hierarchy. For example, if a policy targets a Service, the
                        Policy's Ancestors are, in order, the Service, the HTTPRoute, the Gateway, and
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    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]
         [1 2 3]], shape=(2, 3), dtype=int32)
    
    In the above example, the input Tensor with the shape of `[1, 3]`
    is broadcasted to output Tensor with shape of `[2, 3]`.
    
    When broadcasting, if a tensor has fewer axes than necessary its shape is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. RELEASE.md

    ### Major Features and Improvements
    
    *   <INSERT MAJOR FEATURE HERE, USING MARKDOWN SYNTAX>
    *   <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER>
    
    ### Bug Fixes and Other Changes
    
    * <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
    * <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>
    * <NOTES SHOULD BE GROUPED PER AREA>
    
    * `tf.data`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.util.intstr.IntOrString"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Rat).Sub", Method, 0},
    		{"(*Rat).UnmarshalText", Method, 3},
    		{"(Accuracy).String", Method, 5},
    		{"(ErrNaN).Error", Method, 5},
    		{"(RoundingMode).String", Method, 5},
    		{"Above", Const, 5},
    		{"Accuracy", Type, 5},
    		{"AwayFromZero", Const, 5},
    		{"Below", Const, 5},
    		{"ErrNaN", Type, 5},
    		{"Exact", Const, 5},
    		{"Float", Type, 5},
    		{"Int", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top