Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for V19 (0.03 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: %[[V18:.*]] = mhlo.subtract %[[V11]], %[[V2]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V19:.*]] = mhlo.negate %[[V18]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V20:.*]] = mhlo.minimum %[[V18]], %[[V5]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V21:.*]] = mhlo.add %[[V13]], %[[V20]] : tensor<1x22x128xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.12.md

    - Azure Go SDK has been upgraded to v19.0.0 and VirtualMachineScaleSetVM now supports availability zones. ([#66648](https://github.com/kubernetes/kubernetes/pull/66648), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v18 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32)
    		v19 := b.NewValue0(v.Pos, OpMod32u, typ.UInt32)
    		v19.AddArg2(v11, v8)
    		v20 := b.NewValue0(v.Pos, OpMul32, typ.UInt32)
    		v21 := b.NewValue0(v.Pos, OpConst32, typ.UInt32)
    		v21.AuxInt = int32ToAuxInt(int32((1 << 32) % c))
    		v20.AddArg2(v14, v21)
    		v18.AddArg2(v19, v20)
    		v17.AddArg2(v18, v8)
    		v16.AddArg(v17)
    		v.AddArg2(v0, v16)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top