Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 46 of 46 for predecessor (0.35 sec)

  1. pkg/controller/statefulset/stateful_set_control.go

    		return true, nil
    	}
    
    	// If we have a Pod that has been created but is not running and ready we can not make progress.
    	// We must ensure that all for each Pod, when we create it, all of its predecessors, with respect to its
    	// ordinal, are Running and Ready.
    	if !isRunningAndReady(replicas[i]) && monotonic {
    		logger.V(4).Info("StatefulSet is waiting for Pod to be Running and Ready",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:03:46 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  2. guava/src/com/google/common/graph/Network.java

      // Element-level accessors
      //
    
      /**
       * Returns a live view of the nodes which have an incident edge in common with {@code node} in
       * this graph.
       *
       * <p>This is equal to the union of {@link #predecessors(Object)} and {@link #successors(Object)}.
       *
       * <p>If {@code node} is removed from the network after this method is called, the {@code Set}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/graph/Network.java

      // Element-level accessors
      //
    
      /**
       * Returns a live view of the nodes which have an incident edge in common with {@code node} in
       * this network.
       *
       * <p>This is equal to the union of {@link #predecessors(Object)} and {@link #successors(Object)}.
       *
       * <p>If {@code node} is removed from the network after this method is called, the {@code Set}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/codehost/codehost.go

    	ReadZip(ctx context.Context, rev, subdir string, maxSize int64) (zip io.ReadCloser, err error)
    
    	// RecentTag returns the most recent tag on rev or one of its predecessors
    	// with the given prefix. allowed may be used to filter out unwanted versions.
    	RecentTag(ctx context.Context, rev, prefix string, allowed func(tag string) bool) (tag string, err error)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/http.go

      causing a single colored bar to be horizontally continuous but
      vertically displaced.
    </p>
    <p>
      Clicking on a span reveals information about it, such as its
      duration, its causal predecessors and successors, and the stack trace
      at the final moment when it yielded the logical processor, for example
      because it made a system call or tried to acquire a mutex.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/extract_head_tail_outside_compilation.mlir

        }) {num_cores_per_replica = 1, step_marker_location = "", topology = "", device_assignment = []} : () -> ()
        func.return
      }
    
      // Test embedding ops can be head extracted and side effect analysis
      // predecessors are ignored.
    
      // CHECK-LABEL: func @embedding_head_extraction
      func.func @embedding_head_extraction(%arg0: tensor<!tf_type.string>) {
        // CHECK:      "tf_device.launch"()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.1K bytes
    - Viewed (0)
Back to top