Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 77 for indices (0.57 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    	// InitContainersToStart keeps a list of indexes for the init containers to
    	// start, where the index is the index of the specific init container in the
    	// pod spec (pod.Spec.InitContainers).
    	// NOTE: This is a field for SidecarContainers feature. Either this or
    	// NextInitContainerToStart will be set.
    	InitContainersToStart []int
    	// ContainersToStart keeps a list of indexes for the containers to start,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    	}
    
    	return model.BuildSubsetKey(model.TrafficDirectionOutbound, destination.Subset, h, port)
    }
    
    type RouteOptions struct {
    	// IsTLS indicates if the route is intended for a TLS listener
    	IsTLS bool
    	// IsHTTP3AltSvcHeaderNeeded indicates if HTTP3 alt-svc header needs to be inserted
    	IsHTTP3AltSvcHeaderNeeded bool
    	Mesh                      *meshconfig.MeshConfig
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

      %1 = "tf.ResourceGatherNd"(%arg0, %0) {
        Tindices = i32
      } : (tensor<*x!tf_type.resource<tensor<80xf32>>>, tensor<i32>) -> tensor<1x80xf32>
      %2 = "tf.Add"(%1, %1) {
        _xla_compile_device_type = "TPU", _replication_info = "cluster",
        device = "/task:0/device:TPU:0", dtype = f32
      } : (tensor<1x80xf32>, tensor<1x80xf32>) -> tensor<1x80xf32>
      %3 = "tf.ResourceGatherNd"(%arg0, %0) {
        Tindices = i32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  4. cmd/xl-storage.go

    type xlStorage struct {
    	// Indicate of NSScanner is in progress in this disk
    	scanning int32
    
    	drivePath string
    	endpoint  Endpoint
    
    	globalSync bool
    	oDirect    bool // indicates if this disk supports ODirect
    
    	diskID string
    
    	formatFileInfo  os.FileInfo
    	formatFile      string
    	formatLegacy    bool
    	formatLastCheck time.Time
    
    	diskInfoCache *cachevalue.Cache[DiskInfo]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  5. src/text/template/exec_test.go

    	{"out of range", "{{slice .SI 2 2 5}}", "", tVal, false},
    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10}}", "[0 0 0 0]", tVal, true},
    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10 10}}", "[0 0 0 0]", tVal, true},
    	{"indexes > cap(s)", "{{slice .SICap 10 11}}", "", tVal, false},
    	{"indexes > cap(s)", "{{slice .SICap 6 10 11}}", "", tVal, false},
    	{"array[:]", "{{slice .AI}}", "[3 4 5]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    // | 95             | true/false          | nil/true/false         |
    // +-----------------+---------------------+-----------------------+
    // where:
    // - false indicates the value of the param was set to "false" by a test case
    // - true  indicates the value of the param was set to "true" by a test case
    func TestGetWatchCacheResourceVersion(t *testing.T) {
    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. staging/src/k8s.io/api/admissionregistration/v1/types.go

    // +enum
    type ReinvocationPolicyType string
    
    const (
    	// NeverReinvocationPolicy indicates that the webhook must not be called more than once in a
    	// single admission evaluation.
    	NeverReinvocationPolicy ReinvocationPolicyType = "Never"
    	// IfNeededReinvocationPolicy indicates that the webhook may be called at least one
    	// additional time as part of the admission evaluation if the object being admitted is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/kuberuntime_container.go

    			continue
    		}
    		count++
    		if count > restartCount {
    			restartCount = count
    		}
    	}
    	return restartCount, nil
    }
    
    // startContainer starts a container and returns a message indicates why it is failed on error.
    // It starts the container through the following steps:
    // * pull the image
    // * create the container
    // * start the container
    // * run the post start lifecycle hooks (if applicable)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  9. src/crypto/tls/conn.go

    	// received by Conn.readRecord. That is, records that neither advance the
    	// handshake, nor deliver application data. Protected by in.Mutex.
    	retryCount int
    
    	// activeCall indicates whether Close has been call in the low bit.
    	// the rest of the bits are the number of goroutines in Conn.Write.
    	activeCall atomic.Int32
    
    	tmp [16]byte
    }
    
    // Access to net.Conn methods.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  10. src/internal/trace/order.go

    	}
    	oldState := go122ProcStatus2ProcState[status]
    	if s, ok := o.pStates[pid]; ok {
    		if status == go122.ProcSyscallAbandoned && s.status == go122.ProcSyscall {
    			// ProcSyscallAbandoned is a special case of ProcSyscall. It indicates a
    			// potential loss of information, but if we're already in ProcSyscall,
    			// we haven't lost the relevant information. Promote the status and advance.
    			oldState = ProcRunning
    			ev.args[1] = uint64(go122.ProcSyscall)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top