Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for nodeX (0.1 sec)

  1. guava/src/com/google/common/collect/MapMakerInternalMap.java

         * be read without locking. Next fields of nodes are immutable (final). All list additions are
         * performed at the front of each bin. This makes it easy to check changes, and also fast to
         * traverse. When nodes would otherwise be changed, new nodes are created to replace them. This
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // The cluster will be wrapped in a `tf_device.cluster` first and then by a
    // replicate.
    // TPUPartitionedInputV2 nodes would be inside the replicate but outside the
    // cluster.
    // TPUReplicatedInput and TPUReplicatedOutput nodes will be replaced by the
    // replicate operands and results.
    // CHECK-LABEL: func @replication_with_model_parallelism
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      }
      func->setAttr(
          kTfSavedModelExportedNamesAttr,
          mlir::ArrayAttr::get(
              context, {mlir::StringAttr::get(context, signature->signature_key)}));
    }
    
    // There are control nodes at each end of each control edge. For each of them,
    // we store the source vertices of the incoming edges (if any) and the control
    // node's output token. To improve testability, we use an ordered set for the
    // source vertices.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  4. pkg/apis/core/v1/defaults_test.go

    			}
    		}
    		return true
    	}
    
    	for i, testcase := range tests {
    		node := v1.Node{
    			Status: v1.NodeStatus{
    				Capacity:    copyResourceList(testcase.capacity),
    				Allocatable: copyResourceList(testcase.allocatable),
    			},
    		}
    		node2 := roundTrip(t, runtime.Object(&node)).(*v1.Node)
    		actual := node2.Status.Allocatable
    		expected := testcase.expectedAllocatable
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    							Addresses:         [][]byte{netip.MustParseAddr("127.0.0.3").AsSlice()},
    							Network:           testNW,
    							ServiceAccount:    "sa1",
    							Uid:               s.podXdsName("pod3"),
    							Node:              "node1",
    							CanonicalName:     "other",
    							CanonicalRevision: "latest",
    							WorkloadType:      workloadapi.WorkloadType_POD,
    							WorkloadName:      "pod3",
    							ClusterId:         testC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    						Reason:  metav1.StatusReasonTimeout,
    						Code:    504,
    					},
    				},
    			}, true)
    
    			go func(t *testing.T) {
    				err := cacher.watchCache.Add(makeTestPodDetails("pod1", 105, "node1", map[string]string{"label": "value1"}))
    				require.NoError(t, err, "failed adding a pod to the watchCache")
    			}(t)
    			w, err = cacher.Watch(context.Background(), "pods/ns", scenario.opts)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  7. cmd/peer-rest-server.go

    	if bucketName == "" {
    		return nil, grid.NewRemoteErrString("Bucket name is missing")
    	}
    
    	bs := BucketStats{
    		ReplicationStats: globalReplicationStats.Get(bucketName),
    		QueueStats:       ReplicationQueueStats{Nodes: []ReplQNodeStats{globalReplicationStats.getNodeQueueStats(bucketName)}},
    		ProxyStats:       globalReplicationStats.getProxyStats(bucketName),
    	}
    	return &bs, nil
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  8. src/html/template/escape_test.go

    			[]string{"_html_template_rcdataescaper"},
    		},
    	}
    	for i, test := range tests {
    		tmpl := template.Must(template.New("test").Parse(test.input))
    		action, ok := (tmpl.Tree.Root.Nodes[0].(*parse.ActionNode))
    		if !ok {
    			t.Errorf("First node is not an action: %s", test.input)
    			continue
    		}
    		pipe := action.Pipe
    		originalIDs := make([]string, len(test.ids))
    		copy(originalIDs, test.ids)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/prepare-quantize.mlir

    // RUN: tf-opt %s -tfl-prepare-quantize="quantize-allowlist=quantize_float_placeholder_only,not_reset_input" | FileCheck %s
    // RUN: tf-opt %s -tfl-prepare-quantize="disable-set-input-nodes-quantization-params=true" | FileCheck --check-prefix=MixedPrecision %s
    // RUN: tf-opt %s -tfl-prepare-quantize="is-qdq-conversion=true" | FileCheck --check-prefix=QDQ %s
    
    // CHECK-LABEL: main
    // Uses `main` function to match the default target function of QuantSpecs and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/regalloc.go

    				prefs := desired.remove(v.ID)
    				if v.Op == OpPhi {
    					// TODO: if v is a phi, save desired register for phi inputs.
    					// For now, we just drop it and don't propagate
    					// desired registers back though phi nodes.
    					continue
    				}
    				regspec := s.regspec(v)
    				// Cancel desired registers if they get clobbered.
    				desired.clobber(regspec.clobbers)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
Back to top