Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for base_ (0.17 sec)

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

    	// match: (ADDLconstmodify [valoff1] {sym} (ADDQconst [off2] base) mem)
    	// cond: ValAndOff(valoff1).canAdd32(off2)
    	// result: (ADDLconstmodify [ValAndOff(valoff1).addOffset32(off2)] {sym} base mem)
    	for {
    		valoff1 := auxIntToValAndOff(v.AuxInt)
    		sym := auxToSym(v.Aux)
    		if v_0.Op != OpAMD64ADDQconst {
    			break
    		}
    		off2 := auxIntToInt32(v_0.AuxInt)
    		base := v_0.Args[0]
    		mem := v_1
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                    httpHeaderName:
                                      description: Hash based on a specific HTTP header.
                                      type: string
                                    httpQueryParameterName:
                                      description: Hash based on a specific HTTP query
                                        parameter.
                                      type: 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)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                                    httpHeaderName:
                                      description: Hash based on a specific HTTP header.
                                      type: string
                                    httpQueryParameterName:
                                      description: Hash based on a specific HTTP query
                                        parameter.
                                      type: 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)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                    httpHeaderName:
                                      description: Hash based on a specific HTTP header.
                                      type: string
                                    httpQueryParameterName:
                                      description: Hash based on a specific HTTP query
                                        parameter.
                                      type: 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)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                            The effects of ordering of multiple behaviors are currently unspecified.
                            This can change in the future based on feedback during the alpha stage.
    
    
                            Conformance-levels at this level are defined based on the type of filter:
    
    
                            - ALL core filters MUST be supported by all implementations that support
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. RELEASE.md

          maintains a hash table to track the most up-to-date vocabulary based on
          the inputs received by the layer and the eviction policy. When this layer
          is used with an `UpdateEmbeddingCallback`, which is a time-based callback,
          the vocabulary lookup tensor is updated at the time interval set in the
          `UpdateEmbeddingCallback` based on the most up-to-date vocabulary hash
    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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.language.base.internal.AbstractLanguageSourceSet> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractLanguageSourceSet.java:0)
    Class <org.gradle.language.base.internal.DefaultProjectSourceSet> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultProjectSourceSet.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)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_StatelessRandomGetAlgOp : TF_Op<"StatelessRandomGetAlg", []> {
      let summary = "Picks the best counter-based RNG algorithm based on device.";
    
      let description = [{
    This op picks the best counter-based RNG algorithm based on device.
      }];
    
      let arguments = (ins);
    
      let results = (outs
        Res<TF_Int32Tensor, [{The RNG algorithm (shape int32[]).}]>:$alg
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "storagePolicyID": {
                "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
                "type": "string"
              },
              "storagePolicyName": {
                "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.",
                "type": "string"
              },
              "volumePath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/rewriteARM64.go

    	}
    	return false
    }
    func rewriteValueARM64_OpAddr(v *Value) bool {
    	v_0 := v.Args[0]
    	// match: (Addr {sym} base)
    	// result: (MOVDaddr {sym} base)
    	for {
    		sym := auxToSym(v.Aux)
    		base := v_0
    		v.reset(OpARM64MOVDaddr)
    		v.Aux = symToAux(sym)
    		v.AddArg(base)
    		return true
    	}
    }
    func rewriteValueARM64_OpAvg64u(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top