Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hours (0.22 sec)

  1. RELEASE.md

        *   This does not change the minimum required version for building
            TensorFlow from source on Windows, but builds enabling
            `EIGEN_STRONG_INLINE` can take over 48 hours to compile without this
            flag. Refer to `configure.py` for more information about
            `EIGEN_STRONG_INLINE` and `/d2ReducedOptimizeHugeFunctions`.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. cmd/iam-store.go

    	// IAM format file
    	iamFormatFile = "format.json"
    
    	iamFormatVersion1 = 1
    
    	minServiceAccountExpiry time.Duration = 15 * time.Minute
    	maxServiceAccountExpiry time.Duration = 365 * 24 * time.Hour
    )
    
    var errInvalidSvcAcctExpiration = errors.New("invalid service account expiration")
    
    type iamFormat struct {
    	Version int `json:"version"`
    }
    
    func newIAMFormatVersion1() iamFormat {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
Back to top