Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for west (0.15 sec)

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

    1F8AE..1F8AF  ; disallowed                             # NA   <reserved-1F8AE>..<reserved-1F8AF>
    1F8B0..1F8B1  ; valid                  ;      ; NV8    # 13.0 ARROW POINTING UPWARDS THEN NORTH WEST..ARROW POINTING RIGHTWARDS THEN CURVING SOUTH WEST
    1F8B2..1F8FF  ; disallowed                             # NA   <reserved-1F8B2>..<reserved-1F8FF>
    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. RELEASE.md

        [height, width, depth])`, and `tf.random_crop` works for any rank (not just
        3-D images). The C++ `RandomCrop` op has been replaced with pure Python.
    *   Renamed `tf.test.GetTempDir` and `tf.test.IsBuiltWithCuda` to
        `tf.test.get_temp_dir` and `tf.test.is_built_with_cuda` for PEP-8
        compatibility.
    *   `parse_example`'s interface has changed, the old interface is accessible in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        `test.example.com` and `*.example.com` would both match. On the other
                        hand, `example.com` and `test.example.net` would not match.
    
    
                      Hostnames that are prefixed with a wildcard label (`*.`) are interpreted
                      as a suffix match. That means that a match for `*.example.com` would match
    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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.nativeplatform.test.cpp.internal.DefaultCppTestSuite> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultCppTestSuite.java:0)
    Class <org.gradle.nativeplatform.test.cunit.internal.DefaultCUnitTestSuiteBinary> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultCUnitTestSuiteBinary.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    smallest possible value for the specific numeric type.
    
    For example:
    
    >>> @tf.function(jit_compile=True)
    ... def test(c):
    ...   return tf.raw_ops.SegmentMaxV2(data=c, segment_ids=tf.constant([0, 0, 1]), num_segments=2)
    >>> c = tf.constant([[1,2,3,4], [4, 3, 2, 1], [5,6,7,8]])
    >>> test(c).numpy()
    array([[4, 3, 3, 4],
           [5, 6, 7, 8]], dtype=int32)
      }];
    
      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)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "description": "Data is the serialized representation of the state."
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

        - [Node Binaries](#node-binaries-4)
      - [Changelog since v1.19.11](#changelog-since-v11911)
      - [Changes by Kind](#changes-by-kind-4)
        - [Feature](#feature-2)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-3)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-1)
      - [Dependencies](#dependencies-4)
        - [Added](#added-4)
        - [Changed](#changed-4)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation_test.go

    		if test.err == "" {
    			if len(errs) != 0 {
    				t.Errorf("unexpected invalid: %s (%+v)\nA: %+v\nB: %+v", test.test, errs, test.new, test.old)
    			}
    		} else {
    			if len(errs) == 0 {
    				t.Errorf("unexpected valid: %s\nA: %+v\nB: %+v", test.test, test.new, test.old)
    			} else if actualErr := errs.ToAggregate().Error(); !strings.Contains(actualErr, test.err) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"NullString.Valid", Field, 0},
    		{"NullTime", Type, 13},
    		{"NullTime.Time", Field, 13},
    		{"NullTime.Valid", Field, 13},
    		{"Open", Func, 0},
    		{"OpenDB", Func, 10},
    		{"Out", Type, 9},
    		{"Out.Dest", Field, 9},
    		{"Out.In", Field, 9},
    		{"RawBytes", Type, 0},
    		{"Register", Func, 0},
    		{"Result", Type, 0},
    		{"Row", Type, 0},
    		{"Rows", Type, 0},
    		{"Scanner", Type, 0},
    		{"Stmt", 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