Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for __major (0.06 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor.cc

      SE_PlatformRegistrationParams params{
          SE_PLATFORM_REGISTRATION_PARAMS_STRUCT_SIZE};
      SP_Platform platform{SP_PLATFORM_STRUCT_SIZE};
      SP_PlatformFns platform_fns{SP_PLATFORM_FNS_STRUCT_SIZE};
      params.major_version = SE_MAJOR;
      params.minor_version = SE_MINOR;
      params.patch_version = SE_PATCH;
      params.platform = &platform;
      params.platform_fns = &platform_fns;
    
      OwnedTFStatus c_status(TF_NewStatus());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods.go

    			restartCountStatic++
    		} else {
    			// almost certainly means shenanigans, as API pods should never have the same UID after being deleted and recreated
    			// unless there is a major API violation
    			restartCount++
    		}
    	}
    	metrics.RestartedPodTotal.WithLabelValues("true").Add(float64(restartCountStatic))
    	metrics.RestartedPodTotal.WithLabelValues("").Add(float64(restartCount))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top