Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for noted (0.14 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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IllegalPrefixes", Var, 1},
    		{"IsPredeclared", Func, 8},
    		{"Mode", Type, 0},
    		{"New", Func, 0},
    		{"NewFromFiles", Func, 14},
    		{"Note", Type, 1},
    		{"Note.Body", Field, 1},
    		{"Note.End", Field, 1},
    		{"Note.Pos", Field, 1},
    		{"Note.UID", Field, 1},
    		{"Package", Type, 0},
    		{"Package.Bugs", Field, 0},
    		{"Package.Consts", Field, 0},
    		{"Package.Doc", Field, 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)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1D15E         ; mapped                 ; 1D157 1D165   # 3.1  MUSICAL SYMBOL HALF NOTE
    1D15F         ; mapped                 ; 1D158 1D165   # 3.1  MUSICAL SYMBOL QUARTER NOTE
    1D160         ; mapped                 ; 1D158 1D165 1D16E #3.1 MUSICAL SYMBOL EIGHTH NOTE
    1D161         ; mapped                 ; 1D158 1D165 1D16F #3.1 MUSICAL SYMBOL SIXTEENTH NOTE
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.\n\nThe serialization format is:\n\n``` <quantity>        ::= <signedNumber><suffix>\n\n\t(Note that <suffix> may be empty, from the \"\" case in <decimalSI>.)\n\n<digit>           ::= 0 | 1 | ... | 9 <digits>          ::= <digit> | <digit><digits> <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign>            ::=...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. 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