Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 277 for inversion (0.29 sec)

  1. cmd/postpolicyform.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 10:52:41 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_patterns.td

    // doesn't wrap around like TensorFlow and is always positive. For this
    // conversion, use the first input to get inputs rank. Other inputs need not be
    // ranked.
    // Defining op for `axis` is TensorFlow constant op in the pattern as during
    // the conversion, original Concat op operands still refers to the old ops even
    // if HLO constant op is introduced as an replacement for the TensorFlow
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  3. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitPluginIntegrationTest.groovy

        }
    
        def "pom conversion to kotlin build scripts is triggered when pom and no gradle file found"() {
            given:
            pom()
    
            when:
            run('init')
    
            then:
            pomValuesUsed(rootProjectDslFixtureFor(KOTLIN))
        }
    
        def "pom conversion to #scriptDsl build scripts not triggered when build type is specified"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/upgrade/plan.go

    			beforeKubeadmVersion = component.CurrentVersion
    			afterKubeadmVersion = component.NewVersion
    		}
    	}
    
    	newK8sVersion, err := version.ParseSemantic(kubeVersion)
    	if err != nil {
    		return errors.Wrapf(err, "Unable to parse normalized version %q as a semantic version", kubeVersion)
    	}
    
    	unstableVersionFlag := ""
    	if len(newK8sVersion.PreRelease()) != 0 {
    		if strings.HasPrefix(newK8sVersion.PreRelease(), "rc") {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/cel_validation.go

    	// converter converts a JSONSchemaProps to CELTypeInfo.
    	// Tests that check how many conversions are performed during CRD validation wrap DefaultConverter
    	// with a converter that counts how many conversion operations.
    	converter converter
    
    	// MaxCardinality represents a limit to the number of data elements that can exist for the current
    	// schema based on MaxProperties or MaxItems limits present on parent schemas, If all parent
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/audit/types.go

    	// (possibly re-encoded as JSON), prior to version conversion, defaulting, admission or
    	// merging. It is an external versioned object type, and may not be a valid object on its own.
    	// Omitted for non-resource requests.  Only logged at Request Level and higher.
    	// +optional
    	RequestObject *runtime.Unknown
    	// API object returned in the response, in JSON. The ResponseObject is recorded after conversion
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 09:18:23 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/asm_test.go

    		fwdpattern  []string
    	}{
    		// Test the interesting cases of conditional branch rewrites for too-far targets. Simple conditional
    		// branches can be made to reach with one JMP insertion, compound conditionals require two.
    		//
    		// beq <-> bne conversion (insert one jump)
    		{"BEQ",
    			[]string{``,
    				`0x20030 131120\s\(.*\)\tBC\t\$4,\sCR0EQ,\s131128`,
    				`0x20034 131124\s\(.*\)\tJMP\t0`},
    			[]string{``,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    	}
    
    	for _, d := range warningSettings {
    		v, f, _ := tpath.GetFromStructPath(iop, d.old)
    		if f {
    			switch t := v.(type) {
    			// need to do conversion for bool value defined in IstioOperator component spec.
    			case *wrappers.BoolValue:
    				v = t.Value
    			}
    			if v != d.def {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  9. pilot/pkg/model/jwks_resolver.go

    				TLSClientConfig: &tls.Config{
    					// nolint: gosec // user explicitly opted into insecure
    					InsecureSkipVerify: features.JwksResolverInsecureSkipVerify,
    					RootCAs:            caCertPool,
    					MinVersion:         tls.VersionTLS12,
    				},
    			},
    		}
    	}
    
    	atomic.StoreUint64(&ret.refreshJobKeyChangedCount, 0)
    	atomic.StoreUint64(&ret.refreshJobFetchFailedCount, 0)
    	go ret.refresher()
    
    	return ret
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/riscv/cpu.go

    	AFADDS
    	AFSUBS
    	AFMULS
    	AFDIVS
    	AFMINS
    	AFMAXS
    	AFSQRTS
    	AFMADDS
    	AFMSUBS
    	AFNMADDS
    	AFNMSUBS
    
    	// 11.7: Single-Precision Floating-Point Conversion and Move Instructions
    	AFCVTWS
    	AFCVTLS
    	AFCVTSW
    	AFCVTSL
    	AFCVTWUS
    	AFCVTLUS
    	AFCVTSWU
    	AFCVTSLU
    	AFSGNJS
    	AFSGNJNS
    	AFSGNJXS
    	AFMVXS
    	AFMVSX
    	AFMVXW
    	AFMVWX
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top