Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,484 for due (0.04 sec)

  1. pkg/scheduler/framework/preemption/preemption_test.go

    			},
    			expected: sets.New("node1", "node4"),
    		},
    		{
    			name: "ErrReasonAffinityRulesNotMatch should not be tried as it indicates that the pod is unschedulable due to inter-pod affinity, but ErrReasonAntiAffinityRulesNotMatch should be tried as it indicates that the pod is unschedulable due to inter-pod anti-affinity",
    			nodesStatuses: framework.NodeToStatusMap{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

        # done in MLIR level.
        # Tests that the quantized graph outputs similar values. The rtol and atol
        # values are arbitrary.
        self.assertAllClose(new_outputs, expected_outputs, rtol=0.3, atol=0.2)
    
        # Due to other meta data, the compression is not exactly 1/4.
        self.assertLess(
            testing.get_size_ratio(
                self._output_saved_model_path, self._input_saved_model_path
            ),
            0.65,
        )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  3. src/internal/weak/pointer.go

    is explicitly forbidden by the toolchain because the semantics of this
    package have not gone through the proposal process. By exposing this
    functionality, we risk locking in the existing semantics due to Hyrum's Law.
    
    If you believe you have a good use-case for weak references not already
    covered by the standard library, file a proposal issue at
    https://github.com/golang/go/issues instead of relying on this package.
    */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:13:25 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. test/typeparam/mdempsky/21.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test that devirtualization doesn't introduce spurious type
    // assertion failures due to shaped and non-shaped interfaces having
    // distinct itabs.
    
    package main
    
    func main() {
    	F[int]()
    }
    
    func F[T any]() {
    	var i I[T] = X(0)
    	i.M()
    }
    
    type I[T any] interface{ M() }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 17:26:32 UTC 2022
    - 467 bytes
    - Viewed (0)
  5. src/cmd/go/internal/mvs/errors.go

    // upgrades, which must be non-empty.
    //
    // The isVersionChange function reports whether a path step is due to an
    // explicit upgrade or downgrade (as opposed to an existing requirement in a
    // go.mod file). A nil isVersionChange function indicates that none of the path
    // steps are due to explicit version changes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 01 17:22:28 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_query_empty.txt

    # that error should be reported to the user (and override a successful
    # result for other possible module paths).
    #
    # Depending on how the specific platform enforces permissions, the 'go get' may
    # fail either due to the intended permission error or due to a parse error.
    # We accept either failure message.
    env GOPROXY=file:///$WORK/gatekeeper
    chmod 0000 $WORK/gatekeeper/example.com/join/subpkg/@latest
    cp go.mod.orig go.mod
    ! go get example.com/join/subpkg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  7. test/fixedbugs/issue29943.go

    // run
    
    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Code was miscompiled on ppc64le due to incorrect zero-extension
    // that was CSE'd.
    
    package main
    
    //go:noinline
    func g(i uint64) uint64 {
    	return uint64(uint32(i))
    }
    
    var sink uint64
    
    func main() {
    	for i := uint64(0); i < 1; i++ {
    		i32 := int32(i - 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Jan 27 01:43:05 UTC 2019
    - 558 bytes
    - Viewed (0)
  8. pilot/pkg/model/extensions.go

    		if err != nil {
    			log.Warnf("wasmplugin %v/%v discarded due to json marshaling error: %s", p.Namespace, p.Name, err)
    			return nil
    		}
    		cfg = protoconv.MessageToAny(&wrapperspb.StringValue{
    			Value: cfgJSON,
    		})
    	}
    
    	u, err := url.Parse(plugin.Url)
    	if err != nil {
    		log.Warnf("wasmplugin %v/%v discarded due to failure to parse URL: %s", p.Namespace, p.Name, err)
    		return nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. pkg/kubelet/lifecycle/predicate.go

    			}
    		}
    	}
    	if !fit {
    		var reason string
    		var message string
    		if len(reasons) == 0 {
    			message = fmt.Sprint("GeneralPredicates failed due to unknown reason, which is unexpected.")
    			klog.InfoS("Failed to admit pod: GeneralPredicates failed due to unknown reason, which is unexpected", "pod", klog.KObj(admitPod))
    			return PodAdmitResult{
    				Admit:   fit,
    				Reason:  "UnknownReason",
    				Message: message,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 00:47:50 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  10. pkg/controller/endpointslicemirroring/events.go

    	// InvalidIPAddress indicates that an IP address found in an Endpoints
    	// resource is invalid.
    	InvalidIPAddress = "InvalidIPAddress"
    	// TooManyAddressesToMirror indicates that some addresses were not mirrored
    	// due to an EndpointSubset containing more addresses to mirror than
    	// MaxEndpointsPerSubset allows.
    	TooManyAddressesToMirror = "TooManyAddressesToMirror"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 19:43:35 UTC 2020
    - 1.3K bytes
    - Viewed (0)
Back to top