Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for noted (0.09 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      appropriate when the relevant ancestor is modified.
    
    
                      Note that choosing the relevant ancestor is left to the Policy designers;
                      an important part of Policy design is designing the right object level at
                      which to namespace this status.
    
    
                      Note also that implementations MUST ONLY populate ancestor status for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The `tf.math.asin` operation returns the inverse of `tf.math.sin`, such that
    if `y = tf.math.sin(x)` then, `x = tf.math.asin(y)`.
    
    **Note**: The output of `tf.math.asin` will lie within the invertible range
    of sine, i.e [-pi/2, pi/2].
    
    For example:
    
    ```python
    # Note: [1.047, 0.785] ~= [(pi/3), (pi/4)]
    x = tf.constant([1.047, 0.785])
    y = tf.math.sin(x) # [0.8659266, 0.7068252]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

                    small functions.
                *   Note a
                    [known issue](https://github.com/tensorflow/tensorflow/issues/55414)
                    with GPU performance.
            *   The behavior of `tf.function` itself is unaffected.
        *   Note: This feature will be enabled by default in an upcoming version of
            TensorFlow.
    
    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

              },
              "seccompProfile": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.SeccompProfile"
                  }
                ],
    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. pkg/apis/core/validation/validation_test.go

    									MismatchLabelKeys: []string{"key3"},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		"LabelSelector can have the same key as MismatchLabelKeys": {
    			// Note: On the contrary, in case of matchLabelKeys, keys in matchLabelKeys are not allowed to be specified in labelSelector by users.
    			ObjectMeta: metav1.ObjectMeta{Name: "123", Namespace: "ns"},
    			Spec: core.PodSpec{
    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