Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for case1 (0.19 sec)

  1. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	case OpAMD64ADDLmodify:
    		return rewriteValueAMD64_OpAMD64ADDLmodify(v)
    	case OpAMD64ADDQ:
    		return rewriteValueAMD64_OpAMD64ADDQ(v)
    	case OpAMD64ADDQcarry:
    		return rewriteValueAMD64_OpAMD64ADDQcarry(v)
    	case OpAMD64ADDQconst:
    		return rewriteValueAMD64_OpAMD64ADDQconst(v)
    	case OpAMD64ADDQconstmodify:
    		return rewriteValueAMD64_OpAMD64ADDQconstmodify(v)
    	case OpAMD64ADDQload:
    		return rewriteValueAMD64_OpAMD64ADDQload(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        documentation for Gateway API.
    
    
                        Note: This should only be used for direct policy attachment when references
                        to SectionName are actually needed. In all other cases,
                        LocalPolicyTargetReference should be used.
                      properties:
                        group:
                          description: Group is the group of the target resource.
    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. src/cmd/compile/internal/ssa/rewritegeneric.go

    	case OpAnd16:
    		return rewriteValuegeneric_OpAnd16(v)
    	case OpAnd32:
    		return rewriteValuegeneric_OpAnd32(v)
    	case OpAnd64:
    		return rewriteValuegeneric_OpAnd64(v)
    	case OpAnd8:
    		return rewriteValuegeneric_OpAnd8(v)
    	case OpAndB:
    		return rewriteValuegeneric_OpAndB(v)
    	case OpArraySelect:
    		return rewriteValuegeneric_OpArraySelect(v)
    	case OpCeil:
    		return rewriteValuegeneric_OpCeil(v)
    	case OpCom16:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              }
            ]
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause": {
            "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
            "properties": {
              "field": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    $$v_t := \beta_2 \cdot v_{t-1} + (1 - \beta_2) \cdot g^2$$
    $$\text{var} := \begin{cases} \text{var} - (m_t \beta_1 + g \cdot (1 - \beta_1))\cdot\text{lr}_t/(\sqrt{v_t} + \epsilon), &\text{if use_nesterov}\\\\  \text{var} - m_t \cdot \text{lr}_t /(\sqrt{v_t} + \epsilon), &\text{otherwise} \end{cases}$$
      }];
    
      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)
  6. RELEASE.md

    *   `tf.nn.embedding_lookup_sparse`
    
        *   Optimized this function for some cases by fusing internal operations.
    
    *   `tf.saved_model.SaveOptions`
    
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

              }
            ]
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause": {
            "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
            "properties": {
              "field": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                description: Flag to specify whether the URI matching
                                  should be case-insensitive.
                                type: boolean
                              method:
                                description: 'HTTP Method values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. manifests/charts/base/crds/crd-all.gen.yaml

                                description: Flag to specify whether the URI matching
                                  should be case-insensitive.
                                type: boolean
                              method:
                                description: 'HTTP Method values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                description: Flag to specify whether the URI matching
                                  should be case-insensitive.
                                type: boolean
                              method:
                                description: 'HTTP Method values are case-sensitive and
                                  formatted as follows: - `exact: "value"` for exact string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top