Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Catch (0.46 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                },
                "application/json-patch+json": {
                  "schema": {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
                  }
                },
                "application/merge-patch+json": {
                  "schema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              uri:
                                description: 'URI to match values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
                                  match - `prefix: "value"` for prefix-based match - `regex:
                                  "value"` for [RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteARM64.go

    			return true
    		}
    		break
    	}
    	// match: (ADD x (NEG y))
    	// result: (SUB x y)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			x := v_0
    			if v_1.Op != OpARM64NEG {
    				continue
    			}
    			y := v_1.Args[0]
    			v.reset(OpARM64SUB)
    			v.AddArg2(x, y)
    			return true
    		}
    		break
    	}
    	// match: (ADD x0 x1:(SLLconst [c] y))
    	// cond: clobberIfDead(x1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```
      features x depth if axis == -1
      depth x features if axis == 0
    ```
    
    If `indices` is a matrix (batch) with shape `[batch, features]`,
    the output shape will be:
    ```
      batch x features x depth if axis == -1
      batch x depth x features if axis == 1
      depth x batch x features if axis == 0
    ```
    
    
    Examples
    =========
    
    Suppose that
    ```
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                              uri:
                                description: 'URI to match values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
                                  match - `prefix: "value"` for prefix-based match - `regex:
                                  "value"` for [RE2 style regex-based match](https://github.com/google/re2/wiki/Syntax).'
                                oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. RELEASE.md

    to `tf.setdiff1d` to match NumPy naming. * `tf.inv` has been renamed to be
    `tf.reciprocal` (component-wise reciprocal) to avoid confusion with `np.inv`
    which is matrix inversion * tf.round now uses banker's rounding (round to even)
    semantics to match NumPy. * `tf.split` now takes arguments in a reversed order
    and with different keywords. In particular, we now match NumPy order as
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    						core.SeccompContainerAnnotationKeyPrefix + "foo": "",
    					},
    				},
    				Spec: validPodSpec(nil),
    			},
    		},
    		"must match seccomp profile type and pod annotation": {
    			expectedError: "seccomp type in annotation and field must match",
    			spec: core.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "123",
    					Namespace: "ns",
    					Annotations: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.verifier.HttpRedirectVerifierFactory> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (HttpRedirectVerifierFactory.java:0)
    Class <org.gradle.internal.watch.options.FileSystemWatchingSettingsFinalizedProgressDetails> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (FileSystemWatchingSettingsFinalizedProgressDetails.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)
Back to top