Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 50 for I16 (0.11 sec)

  1. tensorflow/compiler/mlir/lite/tests/ops.mlir

    }
    
    // CHECK-LABEL: testAddInt16
    func.func @testAddInt16(tensor<? x i16>, tensor<? x i16>) -> tensor<? x i16> {
    ^bb0(%arg0: tensor<? x i16>, %arg1: tensor<? x i16>):
      // CHECK: tfl.add %arg0, %arg1 {fused_activation_function = "RELU6"}
      %0 = tfl.add %arg0, %arg1 {fused_activation_function = "RELU6"} : tensor<? x i16>
      func.return %0#0 : tensor<? x i16>
    }
    
    // CHECK-LABEL: testSub
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  2. src/go/internal/gccgoimporter/parser_test.go

    	{id: "foo", typ: "<type 1 chan <- <type -1>>", want: "<-chan int8"},
    	{id: "foo", typ: "<type 1 chan -< <type -1>>", want: "chan<- int8"},
    	{id: "foo", typ: "<type 1 struct { I8 <type -1>; I16 <type -2> \"i16\"; }>", want: "struct{I8 int8; I16 int16 \"i16\"}"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 26 20:35:55 UTC 2018
    - 2.8K bytes
    - Viewed (0)
  3. src/runtime/export_debuglog_test.go

    var Dlog = dlog
    
    func (l *dlogger) End()                  { l.end() }
    func (l *dlogger) B(x bool) *dlogger     { return l.b(x) }
    func (l *dlogger) I(x int) *dlogger      { return l.i(x) }
    func (l *dlogger) I16(x int16) *dlogger  { return l.i16(x) }
    func (l *dlogger) U64(x uint64) *dlogger { return l.u64(x) }
    func (l *dlogger) Hex(x uint64) *dlogger { return l.hex(x) }
    func (l *dlogger) P(x any) *dlogger      { return l.p(x) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 16:49:45 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/test/float_test.go

    		t.Errorf("float64(u8) != du8")
    	}
    	if float64(i64) != di64 {
    		t.Errorf("float64(i64) != di64")
    	}
    	if float64(i32) != di32 {
    		t.Errorf("float64(i32) != di32")
    	}
    	if float64(i16) != di16 {
    		t.Errorf("float64(i16) != di16")
    	}
    	if float64(i8) != di8 {
    		t.Errorf("float64(i8) != di8")
    	}
    	if float32(u64) != su64 {
    		t.Errorf("float32(u64) != su64")
    	}
    	if float32(u32) != su32 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        Results are always sorted in the descending order.
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, I8, I16, I32, I64, UI8, QI8, QUI8]>:$input,
        TFL_TensorOf<[I16, I32]>:$k);
    
      let results = (outs
        TFL_TensorOf<[F32, I8, I16, I32, I64, UI8, QI8, QUI8]>:$values,
        TFL_TensorOf<[I16, I32]>:$indices);
    
      let builders = [
        OpBuilder<(ins "Value":$input, "Value":$k),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/tests/tfl_legalize_hlo.mlir

        %12 = "mhlo.compare"(%arg1, %arg3) {comparison_direction = #mhlo<comparison_direction LT>} : (tensor<i16>, tensor<i16>) -> tensor<i1>
        %13 = "mhlo.select"(%12, %arg1, %arg3) : (tensor<i1>, tensor<i16>, tensor<i16>) -> tensor<i16>
        %14 = "mhlo.compare"(%arg1, %arg3) {comparison_direction = #mhlo<comparison_direction EQ>} : (tensor<i16>, tensor<i16>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  7. test/fixedbugs/bug19403.go

    var i0 int
    var i1 int
    var i2 int
    var i3 int
    var i4 int
    var i5 int
    var i6 int
    var i7 int
    var i8 int
    var i9 int
    var i10 int
    var i11 int
    var i12 int
    var i13 int
    var i14 int
    var i15 int
    var i16 int
    
    func main() {
    	var f0 float32 = 0.0
    	var f1 float32 = 1.0
    	var f2 float32 = 2.0
    	var f3 float32 = 3.0
    	var f4 float32 = 4.0
    	var f5 float32 = 5.0
    	var f6 float32 = 6.0
    	var f7 float32 = 7.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 06 21:39:00 UTC 2017
    - 2.1K bytes
    - Viewed (0)
  8. src/internal/types/testdata/check/expr0.go

    	i6 = -1
    	i7 = -i0
    	i8 int = -1
    	i9 int = -i4
    	i10 = !i0 /* ERROR "not defined" */
    	i11 = ^1
    	i12 = ^i0
    	i13 int = ^1
    	i14 int = ^i4
    	i15 = *i0 /* ERROR "cannot indirect" */
    	i16 = &i0
    	i17 = *i16
    	i18 = <-i16 /* ERROR "cannot receive" */
    	i19 = ~ /* ERROR "cannot use ~ outside of interface or type constraint (use ^ for bitwise complement)" */ i0
    
    	// uint
    	u0 = uint(1)
    	u1 uint = u0
    	u2 = +1
    	u3 = +u0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 16:11:16 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. src/fmt/stringer_test.go

    type TB bool
    type TS string
    
    func (v TI) String() string   { return Sprintf("I: %d", int(v)) }
    func (v TI8) String() string  { return Sprintf("I8: %d", int8(v)) }
    func (v TI16) String() string { return Sprintf("I16: %d", int16(v)) }
    func (v TI32) String() string { return Sprintf("I32: %d", int32(v)) }
    func (v TI64) String() string { return Sprintf("I64: %d", int64(v)) }
    func (v TU) String() string   { return Sprintf("U: %d", uint(v)) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/decompose-hybrid-quantization.mlir

      func.return %2 : tensor<1x32x32x16x!quant.uniform<i16:f32, 1.0>>
    }
    
    // -----
    
    // CHECK-LABEL: @test_conv2d_replace_qi8
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top