Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for nodeType (0.13 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheTransformNodeIdBuildOperationIntegrationTest.groovy

            def identities = ops.collect { op ->
                def plannedNodes = op.result.executionPlan as List<Map<String, ?>>
                def transformStepNodeIdentities = plannedNodes*.nodeIdentity.findAll { it.nodeType == NodeIdentity.NodeType.TRANSFORM_STEP.name() }
                return transformStepNodeIdentities
            }
            def targetColors = (identities.collect { it*.targetAttributes.color }.flatten() as Set<String>)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_test.go

    type clusterTest struct {
    	// Required
    	t                 testing.TB
    	serviceHostname   string
    	serviceResolution model.Resolution
    	nodeType          model.NodeType
    	locality          *core.Locality
    	mesh              *meshconfig.MeshConfig
    	destRule          proto.Message
    	sidecar           *networking.Sidecar
    	peerAuthn         *authn_beta.PeerAuthentication
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. pkg/istio-agent/agent.go

    // Shared properties with Pilot Proxy struct.
    type Proxy struct {
    	ID          string
    	IPAddresses []string
    	Type        model.NodeType
    	ipMode      model.IPMode
    	DNSDomain   string
    }
    
    func (node *Proxy) DiscoverIPMode() {
    	node.ipMode = model.DiscoverIPMode(node.IPAddresses)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  4. pilot/test/xds/fake.go

    			return f.BufListener.Dial()
    		}))
    	}
    	adscConn, err := adsc.New(f.Listener.Addr().String(), &adsc.ADSConfig{
    		Config: adsc.Config{
    			IP:        p.IPAddresses[0],
    			NodeType:  p.Type,
    			Meta:      p.Metadata.ToStruct(),
    			Locality:  p.Locality,
    			Namespace: p.ConfigNamespace,
    			GrpcOpts:  opts,
    		},
    		InitialDiscoveryRequests: initialWatch,
    	})
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_builder.go

    	proxyID            string                // Identifier that uniquely identifies a proxy.
    	proxyVersion       string                // Version of Proxy.
    	proxyType          model.NodeType        // Indicates whether the proxy is sidecar or gateway.
    	sidecarScope       *model.SidecarScope   // Computed sidecar for the proxy.
    	passThroughBindIPs []string              // Passthrough IPs to be used while building clusters.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster.go

    		Attributes: model.ServiceAttributes{
    			Name: sidecar,
    			// This will ensure that the right AuthN policies are selected
    			Namespace: sidecarns,
    		},
    	}
    }
    
    func convertResolution(proxyType model.NodeType, service *model.Service) cluster.Cluster_DiscoveryType {
    	switch service.Resolution {
    	case model.ClientSideLB:
    		return cluster.Cluster_EDS
    	case model.DNSLB:
    		return cluster.Cluster_STRICT_DNS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

              TypeIsPred<"input_gate_bias", NoneType>,
              TypeIsPred<"input_layer_norm_coefficients", NoneType>]>,
         Neg<Or<[
           TypeIsPred<"input_to_input_weights", NoneType>,
           TypeIsPred<"recurrent_to_input_weights", NoneType>,
           TypeIsPred<"input_gate_bias", NoneType>]>>]>>;
    
    
    // TODO(b/137798843): Need to add an additional constraint for both LSTM and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  8. cluster/gce/util.sh

      build-kubelet-config false "windows" "${KUBE_TEMP}/windows-node-kubelet-config.yaml"
    }
    
    function build-linux-node-labels {
      local node_type=$1
      local node_labels=""
      if [[ "${KUBE_PROXY_DAEMONSET:-}" == "true" && "${node_type}" != "master" ]]; then
        # Add kube-proxy daemonset label to node to avoid situation during cluster
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // on failure.
      auto build_tensor_and_buffer = [&](Value value, const int subgraph_index,
                                         const std::string& tensor_name) {
        // NoneType represents optional and may be skipped here.
        if (mlir::isa<NoneType>(value.getType())) {
          return true;
        }
    
        tensor_index_map.insert({value, tensors.size()});
        tensor_index_map_[subgraph_index][tensor_name] = tensors.size();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    ### Refactors
    
    * 🔥 Remove unused NoneType. PR [#10774](https://github.com/tiangolo/fastapi/pull/10774) by [@tiangolo](https://github.com/tiangolo).
    
    ### Docs
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top