Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ctan (0.11 sec)

  1. RELEASE.md

            optimal in a non-interactive environment, where you don't have access to
            stdout, but can only view the logs. You can use
            `tf.keras.utils.disable_interactive_logging()` to write the logs to ABSL
            logging. You can also use `tf.keras.utils.enable_interactive_logging()`
            to change it back to stdout, or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                long as the parent resource accepts it partially. For example, Gateway
                                listeners can restrict which Routes can attach to them by Route kind,
                                namespace, or hostname. If 1 of 2 Gateway listeners accept attachment
    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. manifests/charts/base/crds/crd-all.gen.yaml

                                      format: int32
                                      type: integer
                                    maxRetries:
                                      description: Maximum number of retries that can
                                        be outstanding to all hosts in a cluster at a
                                        given time.
                                      format: int32
                                      type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_AtanOp : TF_Op<"Atan", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes the trignometric inverse tangent of x element-wise.";
    
      let description = [{
    The `tf.math.atan` operation returns the inverse of `tf.math.tan`, such that
    if `y = tf.math.tan(x)` then, `x = tf.math.atan(y)`.
    
    **Note**: The output of `tf.math.atan` will lie within the invertible range
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

    "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up...
    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. pkg/apis/core/validation/validation_test.go

    		},
    		numErrs: 1,
    	}, {
    		name: "`None` ClusterIP can NOT be removed",
    		tweakSvc: func(oldSvc, newSvc *core.Service) {
    			oldSvc.Spec.ClusterIP = "None"
    			oldSvc.Spec.ClusterIPs = []string{"None"}
    
    			newSvc.Spec.ClusterIP = ""
    			newSvc.Spec.ClusterIPs = nil
    		},
    		numErrs: 1,
    	}, {
    		name: "ClusterIP can NOT be changed to None",
    		tweakSvc: func(oldSvc, newSvc *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top