Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 428 for typed (0.04 sec)

  1. test/const.go

    	assert((5 == interface{}(5)) == ni(five, five),
    		"for int==interface{} compiler == runtime")
    	assert((interface{}(5) == 5) == in(five, five),
    		"for interface{}==int comipiler == runtime")
    }
    
    // Test that typed floating-point and complex arithmetic
    // is computed with correct precision.
    func truncate() {
    	const (
    		x30 = 1 << 30
    		x60 = 1 << 60
    
    		staticF32 = float32(x30) + 1 - x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 26 23:54:29 UTC 2019
    - 4.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go

    	kubeletConfigTyped, ok := kubeletConfig.(*kubeletconfig.KubeletConfiguration)
    	if !ok {
    		return errors.New("could not convert the KubeletConfiguration to a typed object")
    	}
    	if err := waiter.WaitForKubelet(kubeletConfigTyped.HealthzBindAddress, *kubeletConfigTyped.HealthzPort); err != nil {
    		return handleError(err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_cluster_util.h

    void RemoveFromXlaCluster(NodeDef* node_def);
    
    // Removes `node` its XLA cluster (by clearing its _XlaCluster attribute).
    void RemoveFromXlaCluster(Node* node);
    
    // Returns true if `node` has a DT_RESOURCE typed input or output.
    bool HasResourceInputOrOutput(const Node& node);
    
    // Determines the global jit level based on GraphOptimizationPassOptions,
    // --tf_xla_auto_jit and whether the graph is a single GPU graph.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. pkg/util/node/node.go

    	// on the node it is (was) running.
    	NodeUnreachablePodMessage = "Node %v which was running pod %v is unresponsive"
    )
    
    // NoMatchError is a typed implementation of the error interface. It indicates a failure to get a matching Node.
    type NoMatchError struct {
    	addresses []v1.NodeAddress
    }
    
    // Error is the implementation of the conventional interface for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 27 23:24:38 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. architecture/networking/controllers.md

    Typically, the whole `kclient.Client` is used,though.
    
    Functionality offered by `kclient` includes:
    * Typed clients (via generics) and more ergonomic APIs
    * Ability to make a _delayed_ client. This is used when making clients based on CRDs that may not exist.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 09 17:41:25 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. operator/pkg/name/name.go

    	OperatorAPINamespace = "operator.istio.io"
    
    	// DefaultProfileName is the name of the default profile.
    	DefaultProfileName = "default"
    )
    
    // ComponentName is a component name string, typed to constrain allowed values.
    type ComponentName string
    
    const (
    	// IstioComponent names corresponding to the IstioOperator proto component names. Must be the same, since these
    	// are used for struct traversal.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. pkg/kubelet/certificate/transport_test.go

    	"sync/atomic"
    	"testing"
    	"time"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/serializer"
    	"k8s.io/apimachinery/pkg/util/wait"
    	certificatesclient "k8s.io/client-go/kubernetes/typed/certificates/v1beta1"
    	"k8s.io/client-go/rest"
    )
    
    var (
    	client1CertData = newCertificateData(`-----BEGIN CERTIFICATE-----
    MIICBDCCAW2gAwIBAgIJAPgVBh+4xbGoMA0GCSqGSIb3DQEBCwUAMBsxGTAXBgNV
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 18 08:52:58 UTC 2020
    - 7.8K bytes
    - Viewed (0)
  8. platforms/core-configuration/input-tracking/src/test/groovy/org/gradle/internal/configuration/inputs/AbstractAccessTrackingMapTest.groovy

            !result
            0 * onAccess._
        }
    
        static Map.Entry<String, String> entry(String key, String value) {
            return Maps.immutableEntry(key, value)
        }
    
        // Shortcut to have a typed lambda expression in where: block
        private static Consumer<Map<? super String, ? super String>> call(Consumer<Map<? super String, ? super String>> consumer) {
            return consumer
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Nov 11 00:37:04 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  9. src/encoding/asn1/common.go

    	"strconv"
    	"strings"
    )
    
    // ASN.1 objects have metadata preceding them:
    //   the tag: the type of the object
    //   a flag denoting if this object is compound or not
    //   the class type: the namespace of the tag
    //   the length of the object, in bytes
    
    // Here are some standard tags and classes
    
    // ASN.1 tags represent the type of the following object.
    const (
    	TagBoolean         = 1
    	TagInteger         = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 06 15:53:04 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  10. src/internal/types/testdata/examples/functions.go

    	ffsend(send)
    }
    
    // When inferring elements of unnamed composite parameter types,
    // if the arguments are defined types, use their underlying types.
    // Even though the matching types are not exactly structurally the
    // same (one is a type literal, the other a named type), because
    // assignment is permitted, parameter passing is permitted as well,
    // so type inference should be able to handle these cases well.
    
    func g1[T any]([]T) {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 20:19:38 UTC 2023
    - 5.5K bytes
    - Viewed (0)
Back to top