Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 110 for ktypes (0.17 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          ('use_constant_with_int32_input', dtypes.int32, False, True),
          ('use_variable_with_int32_input', dtypes.int32, True, True),
          ('use_constant_with_int64_input', dtypes.int64, False, True),
          ('use_variable_with_int64_input', dtypes.int64, True, True),
          ('small_gather_use_constant', dtypes.int32, False, False),
          ('small_gather_use_variable', dtypes.int32, True, False),
      )
      @test_util.run_v2_only
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    // Head for the first type in the list, and Tail for the rest of the
    // list.
    
    // The empty type list.
    struct Types0 {};
    
    // Type lists of length 1, 2, 3, and so on.
    
    template <typename T1>
    struct Types1 {
      typedef T1 Head;
      typedef Types0 Tail;
    };
    template <typename T1, typename T2>
    struct Types2 {
      typedef T1 Head;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 181.3K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-type-util.h

    // Head for the first type in the list, and Tail for the rest of the
    // list.
    
    // The empty type list.
    struct Types0 {};
    
    // Type lists of length 1, 2, 3, and so on.
    
    template <typename T1>
    struct Types1 {
      typedef T1 Head;
      typedef Types0 Tail;
    };
    template <typename T1, typename T2>
    struct Types2 {
      typedef T1 Head;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 181.3K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    	ldr.SetAttrSpecial(enoptrdata.Sym(), false)
    
    	types := ldr.CreateSymForUpdate("runtime.types", 0)
    	types.SetType(sym.STYPE)
    	types.SetSize(8)
    	ldr.SetAttrSpecial(types.Sym(), false)
    
    	etypes := ldr.CreateSymForUpdate("runtime.etypes", 0)
    	etypes.SetType(sym.SFUNCTAB)
    	ldr.SetAttrSpecial(etypes.Sym(), false)
    
    	if ctxt.HeadType == objabi.Haix {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteWasm.go

    		v0 := b.NewValue0(v.Pos, OpWasmI64Const, typ.Int64)
    		v0.AuxInt = int64ToAuxInt(0)
    		v1 := b.NewValue0(v.Pos, OpWasmI64Store, types.TypeMem)
    		v1.AuxInt = int64ToAuxInt(16)
    		v2 := b.NewValue0(v.Pos, OpWasmI64Store, types.TypeMem)
    		v2.AuxInt = int64ToAuxInt(8)
    		v3 := b.NewValue0(v.Pos, OpWasmI64Store, types.TypeMem)
    		v3.AddArg3(destptr, v0, mem)
    		v2.AddArg3(destptr, v0, v3)
    		v1.AddArg3(destptr, v0, v2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    		v0.AuxInt = int64ToAuxInt(0)
    		v1 := b.NewValue0(v.Pos, OpMIPS64MOVBstore, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(2)
    		v2 := b.NewValue0(v.Pos, OpMIPS64MOVBstore, types.TypeMem)
    		v2.AuxInt = int32ToAuxInt(1)
    		v3 := b.NewValue0(v.Pos, OpMIPS64MOVBstore, types.TypeMem)
    		v3.AuxInt = int32ToAuxInt(0)
    		v3.AddArg3(ptr, v0, mem)
    		v2.AddArg3(ptr, v0, v3)
    		v1.AddArg3(ptr, v0, v2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    		v0.AuxInt = int64ToAuxInt(0)
    		v1 := b.NewValue0(v.Pos, OpLOONG64MOVBstore, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(2)
    		v2 := b.NewValue0(v.Pos, OpLOONG64MOVBstore, types.TypeMem)
    		v2.AuxInt = int32ToAuxInt(1)
    		v3 := b.NewValue0(v.Pos, OpLOONG64MOVBstore, types.TypeMem)
    		v3.AuxInt = int32ToAuxInt(0)
    		v3.AddArg3(ptr, v0, mem)
    		v2.AddArg3(ptr, v0, v3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteMIPS.go

    		v0 := b.NewValue0(v.Pos, OpMIPSMOVWconst, typ.UInt32)
    		v0.AuxInt = int32ToAuxInt(0)
    		v1 := b.NewValue0(v.Pos, OpMIPSMOVBstore, types.TypeMem)
    		v1.AuxInt = int32ToAuxInt(2)
    		v2 := b.NewValue0(v.Pos, OpMIPSMOVBstore, types.TypeMem)
    		v2.AuxInt = int32ToAuxInt(1)
    		v3 := b.NewValue0(v.Pos, OpMIPSMOVBstore, types.TypeMem)
    		v3.AuxInt = int32ToAuxInt(0)
    		v3.AddArg3(ptr, v0, mem)
    		v2.AddArg3(ptr, v0, v3)
    		v1.AddArg3(ptr, v0, v2)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 176.6K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    	// cond: !shiftIsBounded(v)
    	// result: (SRAW <t> x (OR <y.Type> y (ADDI <y.Type> [-1] (SLTIU <y.Type> [32] y))))
    	for {
    		t := v.Type
    		x := v_0
    		y := v_1
    		if !(!shiftIsBounded(v)) {
    			break
    		}
    		v.reset(OpRISCV64SRAW)
    		v.Type = t
    		v0 := b.NewValue0(v.Pos, OpRISCV64OR, y.Type)
    		v1 := b.NewValue0(v.Pos, OpRISCV64ADDI, y.Type)
    		v1.AuxInt = int64ToAuxInt(-1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      }
    
      // Infers shape of tf.While/tf.WhileRegion. If `shape_invariant` attribute is
      // set, operand types are set as result types if associated body result types
      // match the operand type (does not change per loop iteration). If operand and
      // body result types are not the same, only handle types are propagated to
      // result types. This is necessary to not incorrectly change result shapes
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top