Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for Const8 (0.45 sec)

  1. src/cmd/compile/internal/ssa/rewrite386.go

    	for {
    		c := auxIntToInt16(v.AuxInt)
    		v.reset(Op386MOVLconst)
    		v.AuxInt = int32ToAuxInt(int32(c))
    		return true
    	}
    }
    func rewriteValue386_OpConst8(v *Value) bool {
    	// match: (Const8 [c])
    	// result: (MOVLconst [int32(c)])
    	for {
    		c := auxIntToInt8(v.AuxInt)
    		v.reset(Op386MOVLconst)
    		v.AuxInt = int32ToAuxInt(int32(c))
    		return true
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM.go

    	for {
    		val := auxIntToFloat64(v.AuxInt)
    		v.reset(OpARMMOVDconst)
    		v.AuxInt = float64ToAuxInt(float64(val))
    		return true
    	}
    }
    func rewriteValueARM_OpConst8(v *Value) bool {
    	// match: (Const8 [val])
    	// result: (MOVWconst [int32(val)])
    	for {
    		val := auxIntToInt8(v.AuxInt)
    		v.reset(OpARMMOVWconst)
    		v.AuxInt = int32ToAuxInt(int32(val))
    		return true
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg io/fs, const ModeIrregular = 524288
    pkg io/fs, const ModeIrregular FileMode
    pkg io/fs, const ModeNamedPipe = 33554432
    pkg io/fs, const ModeNamedPipe FileMode
    pkg io/fs, const ModePerm = 511
    pkg io/fs, const ModePerm FileMode
    pkg io/fs, const ModeSetgid = 4194304
    pkg io/fs, const ModeSetgid FileMode
    pkg io/fs, const ModeSetuid = 8388608
    pkg io/fs, const ModeSetuid FileMode
    pkg io/fs, const ModeSocket = 16777216
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg log/syslog (netbsd-arm64), const LOG_ERR Priority
    pkg log/syslog (netbsd-arm64), const LOG_FTP = 88
    pkg log/syslog (netbsd-arm64), const LOG_FTP Priority
    pkg log/syslog (netbsd-arm64), const LOG_INFO = 6
    pkg log/syslog (netbsd-arm64), const LOG_INFO Priority
    pkg log/syslog (netbsd-arm64), const LOG_KERN = 0
    pkg log/syslog (netbsd-arm64), const LOG_KERN Priority
    pkg log/syslog (netbsd-arm64), const LOG_LOCAL0 = 128
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritePPC64.go

    	for {
    		val := auxIntToInt64(v.AuxInt)
    		v.reset(OpPPC64MOVDconst)
    		v.AuxInt = int64ToAuxInt(int64(val))
    		return true
    	}
    }
    func rewriteValuePPC64_OpConst8(v *Value) bool {
    	// match: (Const8 [val])
    	// result: (MOVDconst [int64(val)])
    	for {
    		val := auxIntToInt8(v.AuxInt)
    		v.reset(OpPPC64MOVDconst)
    		v.AuxInt = int64ToAuxInt(int64(val))
    		return true
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteS390X.go

    	for {
    		val := auxIntToInt64(v.AuxInt)
    		v.reset(OpS390XMOVDconst)
    		v.AuxInt = int64ToAuxInt(int64(val))
    		return true
    	}
    }
    func rewriteValueS390X_OpConst8(v *Value) bool {
    	// match: (Const8 [val])
    	// result: (MOVDconst [int64(val)])
    	for {
    		val := auxIntToInt8(v.AuxInt)
    		v.reset(OpS390XMOVDconst)
    		v.AuxInt = int64ToAuxInt(int64(val))
    		return true
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %6 = "tf.Const"() {value = dense<2> : tensor<1xi32>} : () -> tensor<1xi32>
      %7 = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
      %8 = "tf.Const"() {value = dense<2> : tensor<i32>} : () -> tensor<i32>
      %9 = "tf.Const"() {value = dense<[]> : tensor<0xi32>} : () -> tensor<0xi32>
      %10 = "tf.Const"() {value = dense<0> : tensor<i64>} : () -> tensor<i64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

      }
      func.return %4#1 : tensor<1xi32>
    
      // CHECK-DAG:  %cst = "tf.Const"() <{value = dense<0> : tensor<i32>}> : () -> tensor<i32>
      // CHECK:  %cst_0 = "tf.Const"() <{value = dense<-2147483648> : tensor<i32>}> : () -> tensor<i32>
      // CHECK-DAG:  %cst_1 = "tf.Const"() <{value = dense<0> : tensor<i32>}> : () -> tensor<i32>
      // CHECK-DAG:  %cst_2 = "tf.Const"() <{value = dense<9> : tensor<i32>}> : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %feature_group_count = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
      %lhs_dilation = "tf.Const"() {value = dense<[4, 1, 1]> : tensor<3xi32>} : () -> tensor<3xi32>
      %rhs_dilation = "tf.Const"() {value = dense<1> : tensor<3xi32>} : () -> tensor<3xi32>
      %padding = "tf.Const"() {value = dense<0> : tensor<3x2xi32>} : () -> tensor<3x2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    	Items []Service
    }
    
    // ServiceAffinity Type string
    type ServiceAffinity string
    
    const (
    	// ServiceAffinityClientIP is the Client IP based.
    	ServiceAffinityClientIP ServiceAffinity = "ClientIP"
    
    	// ServiceAffinityNone - no session affinity.
    	ServiceAffinityNone ServiceAffinity = "None"
    )
    
    const (
    	// DefaultClientIPServiceAffinitySeconds is the default timeout seconds
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top