Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for combinations (0.14 sec)

  1. pkg/kubelet/kubelet_pods.go

    		}
    	}
    	metrics.OrphanedRuntimePodTotal.Add(float64(orphanCount))
    
    	// Now that we have recorded any terminating pods, and added new pods that should be running,
    	// record a summary here. Not all possible combinations of PodWorkerSync values are valid.
    	counts := make(map[PodWorkerSync]int)
    	for _, sync := range workingPods {
    		counts[sync]++
    	}
    	for validSync, configState := range map[PodWorkerSync]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          new_arg_type = tensorflow::GetTypeFromTFTensorShape(
              new_shape, element_type,
              mhlo::TypeExtensionsAttr::get(context, new_bounds));
        }
      }
      return new_arg_type;
    }
    
    // Combination of value producer and port of value produced (e.g.,
    //   <value result output>:<value in output tensor>,
    // so for tf.Const -> tensor<10x20xf32>, [0,2,18] would point to a unique output
    // scalar value).
    struct ValuePort {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top