Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for gold (0.14 sec)

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

    10A60..10A7C  ; valid                                  # 5.2  OLD SOUTH ARABIAN LETTER HE..OLD SOUTH ARABIAN LETTER THETH
    10A7D..10A7F  ; valid                  ;      ; NV8    # 5.2  OLD SOUTH ARABIAN NUMBER ONE..OLD SOUTH ARABIAN NUMERIC INDICATOR
    10A80..10A9C  ; valid                                  # 7.0  OLD NORTH ARABIAN LETTER HEH..OLD NORTH ARABIAN LETTER ZAH
    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. pkg/apis/core/validation/validation_test.go

    		test.old.ObjectMeta.ResourceVersion = "1"
    
    		// set required fields if old and new match and have no opinion on the value
    		if test.new.Name == "" && test.old.Name == "" {
    			test.new.Name = "name"
    			test.old.Name = "name"
    		}
    		if test.new.Namespace == "" && test.old.Namespace == "" {
    			test.new.Namespace = "namespace"
    			test.old.Namespace = "namespace"
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.keras.optimizers.Optimizer` now points to the new Keras optimizer, and
        old optimizers have moved to the `tf.keras.optimizers.legacy` namespace.
        If you find your workflow failing due to this change,
        you may be facing one of the following issues:
    
        *   **Checkpoint loading failure.** The new optimizer handles optimizer
            state differently from the old optimizer, which simplies the logic of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

    total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        useful object to place Policy status on, so we recommend that implementations
                        SHOULD use Gateway as the PolicyAncestorStatus object unless the designers
                        have a _very_ good reason otherwise.
    
    
                        In the context of policy attachment, the Ancestor is used to distinguish which
                        resource results in a distinct application of this policy. For example, if a policy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    tensor: The tensor to put on the list.
    input_handle: The old list.
    output_handle: A list with the elements of the old list followed by tensor.
    element_dtype: the type of elements in the list.
    element_shape: a shape compatible with that of elements in the list.
      }];
    
      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)
Back to top