Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for inits (0.07 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), type RtMsghdr struct, Flags int32
    pkg syscall (darwin-arm64), type RtMsghdr struct, Index uint16
    pkg syscall (darwin-arm64), type RtMsghdr struct, Inits uint32
    pkg syscall (darwin-arm64), type RtMsghdr struct, Msglen uint16
    pkg syscall (darwin-arm64), type RtMsghdr struct, Pad_cgo_0 [2]uint8
    pkg syscall (darwin-arm64), type RtMsghdr struct, Pid int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT: mhlo.constant dense<[0, 1, 2]> : tensor<3xi64>
      // CHECK-NEXT: %[[cgrad:.*]] = mhlo.convert %[[grad]] : tensor<8x8x8x8xf32>
      // CHECK-NEXT: %[[init2:.*]] = mhlo.constant dense<-0.000000e+00> : tensor<f32>
      // CHECK-NEXT: %[[red2:.*]] = mhlo.reduce(%[[cgrad]] init: %[[init2]]) applies mhlo.add across dimensions = [0, 1, 2] : (tensor<8x8x8x8xf32>, tensor<f32>) -> tensor<8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    		default:
    			// These fields are disallowed for init containers.
    			if ctr.Lifecycle != nil {
    				allErrs = append(allErrs, field.Forbidden(idxPath.Child("lifecycle"), "may not be set for init containers without restartPolicy=Always"))
    			}
    			if ctr.LivenessProbe != nil {
    				allErrs = append(allErrs, field.Forbidden(idxPath.Child("livenessProbe"), "may not be set for init containers without restartPolicy=Always"))
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-66636`](https://youtrack.jetbrains.com/issue/KT-66636) NoSuchMethodError: 'void org.jetbrains.kotlin.ir.expressions.impl.IrCompositeImpl.<init> in the FLysto K2 QG
    - [`KT-63941`](https://youtrack.jetbrains.com/issue/KT-63941) K2: "IllegalStateException: Unsupported compile-time value STRING_CONCATENATION" caused by class reference in string expression as annotation parameter
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="sNaPpY" type="string" offset="0"/>
        </magic>
        <glob pattern="*.sz"/>
      </mime-type>
    
      <mime-type type="application/x-sfdu">
        <_comment>Standard Formatted Data Units (SFDUs) data</_comment>
        <sub-class-of type="text/plain"/>
        <glob pattern="*.sfdu"/>
      </mime-type>
    
      <mime-type type="application/x-spectrum-tzx">
        <_comment>TAP (ZX Spectrum)</_comment>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top