Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for Tconstants (0.3 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    func.func @convert_floor_div_cst(%arg0: tensor<10x10xbf16>) -> tensor<10x10xbf16> {
      %0 = mhlo.constant dense<2.000000e+00> : tensor<10x10xbf16>
      %1 = mhlo.constant dense<0.000000e+00> : tensor<10x10xbf16>
      %2 = mhlo.constant dense<1.000000e+00> : tensor<10x10xbf16>
      %3 = mhlo.constant dense<5.000000e-01> : tensor<10x10xbf16>
      %4 = mhlo.constant dense<-1.000000e+00> : tensor<10x10xbf16>
      %5 = mhlo.remainder %arg0, %0 : tensor<10x10xbf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  2. doc/go_spec.html

    literal.
    </p>
    
    
    <h2 id="Constants">Constants</h2>
    
    <p>There are <i>boolean constants</i>,
    <i>rune constants</i>,
    <i>integer constants</i>,
    <i>floating-point constants</i>, <i>complex constants</i>,
    and <i>string constants</i>. Rune, integer, floating-point,
    and complex constants are
    collectively called <i>numeric constants</i>.
    </p>
    
    <p>
    A constant value is represented by a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    				return nil
    			}
    		case constant.String:
    			i := constant.StringVal(u)
    			if i == "" {
    				return s.constEmptyString(n.Type())
    			}
    			return s.entryNewValue0A(ssa.OpConstString, n.Type(), ssa.StringToAux(i))
    		case constant.Bool:
    			return s.constBool(constant.BoolVal(u))
    		case constant.Float:
    			f, _ := constant.Float64Val(u)
    			switch n.Type().Size() {
    			case 4:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %cst = arith.constant dense<1.5> : tensor<32xf32>
      %cst_0 = arith.constant dense<[1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0]> : tensor<16xf32>
      %cst_1 = arith.constant dense<[1, 64, 84, 32]> : tensor<4xi32>
      %cst_2 = arith.constant dense<1.0> : tensor<32x4x4x128xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	Items []ConfigMap
    }
    
    // These constants are for remote command execution and port forwarding and are
    // used by both the client side and server side components.
    //
    // This is probably not the ideal place for them, but it didn't seem worth it
    // to create pkg/exec and pkg/portforward just to contain a single file with
    // constants in it.  Suggestions for more appropriate alternatives are
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // band (multiple diagonals).
          (*k)[1] = (*it).getSExtValue();
        }
        return success();
      }
    
      // Utility method for broadcasting integer constants to a given shape.
      BroadcastOp BroadcastConstant(Location loc, Shape shape, int32_t constant,
                                    int int_size, PatternRewriter &rewriter) const {
        return rewriter.create<BroadcastOp>(
            loc,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. ChangeLog.md

    - [`KT-66611`](https://youtrack.jetbrains.com/issue/KT-66611) Check, that no bad IR is produced, when we failed to compute constant default value in constant context
    - [`KT-33411`](https://youtrack.jetbrains.com/issue/KT-33411) Kotlin/Native crashes if several libraries have declarations with the same FQ name
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: [[FROM_ELEMENTS:%.*]] = tensor.from_elements [[INDEX_CAST]] : tensor<1xi64>
      // CHECK: [[CONSTANT2:%.*]] = mhlo.constant dense<16> : tensor<1xi64>
      // CHECK: [[CONCATENATE:%.*]] = "mhlo.concatenate"([[CONSTANT1]], [[FROM_ELEMENTS]], [[CONSTANT2]]) <{dimension = 0 : i64}> : (tensor<1xi64>, tensor<1xi64>, tensor<1xi64>) -> tensor<3xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.28.md

    - Made Job controller batching of syncJob invocations enabled unconditionally (it was conditional on JobReadyPods feature before).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/avx_optabs.go

    // VEX requires at least 2 bytes inside opBytes:
    //	- VEX prefixes (vex-prefixed constants)
    //	- Opcode byte
    //
    // EVEX instructions extend VEX form variety:
    //	VTHING zmm2/m512, zmmV, zmm1    -- implicit K0 (merging)
    //	VTHING zmm2/m512, zmmV, K, zmm1 -- explicit K mask (can't use K0)
    //
    // EVEX requires at least 3 bytes inside opBytes:
    //	- EVEX prefixes (evex-prefixed constants); similar to VEX
    //	- Displacement multiplier info (scale / broadcast scale)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 15:34:19 UTC 2018
    - 260.3K bytes
    - Viewed (0)
Back to top