Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for Sarker (0.16 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

      enabled now removed in v1.26.
       ([#112386](https://github.com/kubernetes/kubernetes/pull/112386), [@Shubham82](https://github.com/Shubham82))
    - `kubectl config view` now automatically redacts any secret fields marked with a `datapolicy` tag. ([#109189](https://github.com/kubernetes/kubernetes/pull/109189), [@mpuckett159](https://github.com/mpuckett159))
    
    ### Documentation
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      func.return %0 : tensor<2x2xf32>
      // CHECK: return %arg0
    }
    
    // CHECK-LABEL: DontConvertMul1WithBroadcastToIdentity
    // If the broadcast changes the dimensions (i.e. constant is larger than input)
    func.func @DontConvertMul1WithBroadcastToIdentity(%arg0: tensor<2xf32>) -> tensor<2x2xf32> {
      %cst = arith.constant dense<1.0> : tensor<2x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    			}
    			if source.ServiceAccountToken.ExpirationSeconds > 1<<32 {
    				allErrs = append(allErrs, field.Invalid(projPath.Child("expirationSeconds"), source.ServiceAccountToken.ExpirationSeconds, "may not specify a duration larger than 2^32 seconds"))
    			}
    			if source.ServiceAccountToken.Path == "" {
    				allErrs = append(allErrs, field.Required(fldPath.Child("path"), ""))
    			} else if !opts.AllowNonLocalProjectedTokenPath {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top