Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 58 for node_ (0.07 sec)

  1. tensorflow/compiler/mlir/lite/tests/modify_io_nodes.mlir

    // RUN: tf-opt %s -tfl-modify-io-nodes="test-io-types=float32,float32" | FileCheck %s
    // RUN: tf-opt %s -tfl-modify-io-nodes="test-io-types=int8,int8" | FileCheck --check-prefix=INT8 %s
    // RUN: tf-opt %s -tfl-modify-io-nodes="test-io-types=uint8,uint8" | FileCheck --check-prefix=UINT8 %s
    
    func.func @modified(%arg0: tensor<1x224x224x3xf32>) -> tensor<1x401408xf32> attributes {tf.entry_function = {control_outputs = "", inputs = "input", outputs = "output"}} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  2. cmd/kube-scheduler/app/server.go

    		Use: "kube-scheduler",
    		Long: `The Kubernetes scheduler is a control plane process which assigns
    Pods to Nodes. The scheduler determines which Nodes are valid placements for
    each Pod in the scheduling queue according to constraints and available
    resources. The scheduler then ranks each valid Node and binds the Pod to a
    suitable Node. Multiple different schedulers may be used within a cluster;
    kube-scheduler is the reference implementation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 19:11:24 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/fused_kernel_matcher.cc

    // TODO(b/158266710): Support CPU MKL configurations.
    
    #define GEN_PASS_DEF_FUSEDKERNELMATCHERPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    // Optimizes TF computations by fusing subgraphs/nodes onto more efficient
    // implementations to decrease the number of operations needed to perform a
    // computation.
    struct FusedKernelMatcherPass
        : public impl::FusedKernelMatcherPassBase<FusedKernelMatcherPass> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/values.yaml

        # Settings related to the untaint controller
        # This controller will remove `cni.istio.io/not-ready` from nodes when the istio-cni pod becomes ready
        # It should be noted that cluster operator/owner is responsible for having the taint set by their infrastructure provider when new nodes are added to the cluster; the untaint controller does not taint nodes
        taint:
          # Controls whether or not the untaint controller is active
          enabled: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/plugins/NativeComponentModelPluginTest.groovy

            def tasks = dependencies.getDependencies(Stub(Task))
            assert tasks.size() == 1
            return tasks.asList()[0]
        }
    
        @Issue("GRADLE-3523")
        def "does not prevent build authors to register root nodes of type File"() {
            when:
            project.pluginManager.apply(RootFileRules)
            project.pluginManager.apply(NativeComponentModelPlugin)
            project.model {
                components {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:55 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. cmd/kube-proxy/app/server_linux_test.go

    	go func() {
    		fakeWatch.Add(node)
    		// receive a delete event for the old node
    		fakeWatch.Delete(oldNode)
    		// set the PodCIDRs on the new node
    		fakeWatch.Modify(updatedNode)
    	}()
    	got, err := waitForPodCIDR(ctx, client, node.Name)
    	if err != nil {
    		t.Errorf("waitForPodCIDR() unexpected error %v", err)
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/volumebinding/binder.go

    				// take the intersection of the nodes with the existing eligible nodes
    				// for cases if PV1 has node affinity to node1 and PV2 has node affinity to node2,
    				// then the eligible node list should be empty.
    				eligibleNodes = eligibleNodes.Intersection(sets.New(nodeNames...))
    			}
    		}
    	}
    
    	if len(errs) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/api.go

    	//
    	// Invariant: Uses[id].Pos() != id.Pos()
    	Uses map[*syntax.Name]Object
    
    	// Implicits maps nodes to their implicitly declared objects, if any.
    	// The following node and object types may appear:
    	//
    	//     node               declared object
    	//
    	//     *syntax.ImportDecl    *PkgName for imports without renames
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/container_manager_linux.go

    	nodeInfo   *v1.Node
    	// Interface for cgroup management
    	cgroupManager CgroupManager
    	// Capacity of this node.
    	capacity v1.ResourceList
    	// Capacity of this node, including internal resources.
    	internalCapacity v1.ResourceList
    	// Absolute cgroupfs path to a cgroup that Kubelet needs to place all pods under.
    	// This path include a top level container for enforcing Node Allocatable.
    	cgroupRoot CgroupName
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  10. plugin/pkg/admission/gc/gc_admission_test.go

    		APIVersion:         "v1",
    		Kind:               "Node",
    		Name:               "node1",
    		BlockOwnerDeletion: getTrueVar(),
    	}
    	notBlockNode := metav1.OwnerReference{
    		APIVersion:         "v1",
    		Kind:               "Node",
    		Name:               "node",
    		BlockOwnerDeletion: getFalseVar(),
    	}
    	nilBlockNode := metav1.OwnerReference{
    		APIVersion: "v1",
    		Kind:       "Node",
    		Name:       "node",
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top