Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for processPod (0.15 sec)

  1. pkg/kubelet/kubelet_pods_test.go

    			} {
    				metric.Reset()
    			}
    			metrics.MirrorPodCount.Set(0)
    
    			testKubelet := newTestKubelet(t, false)
    			defer testKubelet.Cleanup()
    			kl := testKubelet.kubelet
    
    			podWorkers, _, processed := createPodWorkers()
    			kl.podWorkers = podWorkers
    			originalPodSyncer := podWorkers.podSyncer
    			syncFuncs := newPodSyncerFuncs(originalPodSyncer)
    			podWorkers.podSyncer = &syncFuncs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      ValuePortResultMap results_;
    
      // Map from a function to the callers of that function.
      SymbolTableCollection symbol_table_;
      SymbolUserMap symbol_users_;
    
      // Queue of functions being processed.
      llvm::DenseSet<func::FuncOp> queue_set_;
      std::queue<func::FuncOp> queue_;
    
      int64_t graph_version_;
    
      // Op types for which shape inference should be skipped.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    //		the -skip arguments, it is skipped.
    //
    // It also accepts the standard build flags including -v, -n, and -x.
    // The -v flag prints the names of packages and files as they are
    // processed.
    // The -n flag prints commands that would be executed.
    // The -x flag prints commands as they are executed.
    //
    // For more about build flags, see 'go help build'.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      }];
    }
    
    def TPUBridgeExecutorIslandOutliningPass : Pass<"tf-executor-tpu-v1-island-outlining", "ModuleOp"> {
      let summary = "Outline TPU clusters from island into a nested module, so it can "
               "be processed like a V2 module, intended for V1 compatibility mode";
      let constructor = "tf_executor::CreateTFExecutorTPUV1IslandOutliningPass()";
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_pods.go

    	// known running pods from config. If we do terminate running runtime pods that will happen
    	// asynchronously in the background and those will be processed in the next invocation of
    	// HandlePodCleanups.
    	var orphanCount int
    	for _, runningPod := range runningRuntimePods {
    		// If there are orphaned pod resources in CRI that are unknown to the pod worker, terminate them
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    			}
    		}
    	}
    
    	// Run SWIG on each .swig and .swigcxx file.
    	// Each run will generate two files, a .go file and a .c or .cxx file.
    	// The .go file will use import "C" and is to be processed by cgo.
    	// For -cover test or build runs, this needs to happen after the cover
    	// tool is run; we don't want to instrument swig-generated Go files,
    	// see issue #64661.
    	if p.UsesSwig() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    // (and related) symbols, and then assigns symbols to those sections.
    func (state *dodataState) allocateDataSections(ctxt *Link) {
    	// Allocate sections.
    	// Data is processed before segtext, because we need
    	// to see all symbols in the .data and .bss sections in order
    	// to generate garbage collection information.
    
    	// Writable data sections that do not need any specialized handling.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top