Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for x144 (0.06 sec)

  1. test/fixedbugs/bug385_64.go

    	z = x132
    	z = x133
    	z = x134
    	z = x135
    	z = x136
    	z = x137
    	z = x138
    	z = x139
    	z = x140
    	z = x141
    	z = x142
    	z = x143
    	z = x144
    	z = x145
    	z = x146
    	z = x147
    	z = x148
    	z = x149
    	z = x150
    	z = x151
    	z = x152
    	z = x153
    	z = x154
    	z = x155
    	z = x156
    	z = x157
    	z = x158
    	z = x159
    	z = x160
    	z = x161
    	z = x162
    	z = x163
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 16:41:23 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. .teamcity/.mvn/extensions.xml

      ~ limitations under the License.
      -->
    
    <extensions>
        <extension>
            <groupId>com.gradle</groupId>
            <artifactId>gradle-enterprise-maven-extension</artifactId>
            <version>1.14.4</version>
        </extension>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 25 21:06:14 UTC 2022
    - 833 bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGPreserveOrderNotSupportedIntegrationTest.groovy

            given:
            buildFile << """
                apply plugin: 'java'
                ${mavenCentralRepository()}
                dependencies { testImplementation 'org.testng:testng:5.14.4' }
                test { useTestNG { preserveOrder true } }
            """
    
            file("src/test/java/SimpleTest.java") << """
                import org.testng.annotations.Test;
    
                public class SimpleTest {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/testdata/scopes.gdb-dbg.nexts

    40:					c := 0
    41:					f3(c)
    46:				f5(b)
    48:			f6(a)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    34:			a := y
    35:			f1(a)
    37:				b := 0
    38:				f2(b)
    39:				if gretbool() {
    43:					c := 1.1
    44:					f4(int(c))
    46:				f5(b)
    48:			f6(a)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    53:				j = id(1)
    54:				f = id(2)
    56:			for i := 0; i <= 5; i++ {
    57:				j += j * (j ^ 3) / 100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 18:05:07 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/tests/prepare_quantize.mlir

    // RUN: tf-quant-opt %s -split-input-file -quant-prepare-quantize | FileCheck %s
    
    module {
      func.func @same_scale_test(%arg0: tensor<*xf32>) -> tensor<*xf32> {
        %cst = arith.constant dense<[-1, 144]> : tensor<2xi32>
        %cst_1 = arith.constant dense<1.0> : tensor<144x10xf32>
        %cst_2 = arith.constant dense<0.1> : tensor<10xf32>
        %0 = "quantfork.qcast"(%arg0) : (tensor<*xf32>) -> tensor<*x!quant.uniform<i8:f32, 0.05:-10>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Dec 29 02:42:57 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/tests/quantize.mlir

    // CHECK-NEXT: "func.return"([[res]]) : (tensor<*xf32>) -> ()
    
    
    // -----
    
    // CHECK-LABEL: same_scale_test
    func.func @same_scale_test(%arg0: tensor<*xf32>) -> tensor<*xf32> {
      %cst = arith.constant dense<[-1, 144]> : tensor<2xi32>
      %0 = "quantfork.qcast"(%arg0) : (tensor<*xf32>) -> tensor<*x!quant.uniform<i8:f32, 5.000000e-02:-10>>
      %1 = "quantfork.dcast"(%0) : (tensor<*x!quant.uniform<i8:f32, 5.000000e-02:-10>>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 19:32:28 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/testdata/scopes.dlv-dbg.nexts

    40:					c := 0
    41:					f3(c)
    46:				f5(b)
    48:			f6(a)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    34:			a := y
    35:			f1(a)
    37:				b := 0
    38:				f2(b)
    39:				if gretbool() {
    43:					c := 1.1
    44:					f4(int(c))
    46:				f5(b)
    48:			f6(a)
    33:		for x := 0; x <= 1; x++ { // From delve scopetest.go
    53:				j = id(1)
    54:				f = id(2)
    56:			for i := 0; i <= 5; i++ {
    57:				j += j * (j ^ 3) / 100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 18:05:07 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/tests/prepare_quantize_ptq.mlir

    // -----
    
    module {
      func.func @same_scale_ptq_test(%arg0: tensor<*xf32>) -> tensor<*xf32> {
        %cst = arith.constant dense<[-1, 144]> : tensor<2xi32>
        %cst_1 = arith.constant dense<1.0> : tensor<144x10xf32>
        %cst_2 = arith.constant dense<0.1> : tensor<10xf32>
        %0 = "quantfork.stats"(%arg0) {
          layerStats = dense<[-1.28, 1.28]> : tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 01 10:21:29 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv13-AES128-SHA256

    000000b0  2a ce 16 7b 95 21 7e 03  65 bf 01 ce e9 43 83 f6  |*..{.!~.e....C..|
    000000c0  0e a9 d2 f2 d1 a3 2f d4  55 d2 27 83 44 3d f9 72  |....../.U.'.D=.r|
    000000d0  00 8d 41 44 eb 93 ca 68  09 d1 bd f3 1a cc a0 53  |..AD...h.......S|
    000000e0  a7 18 6e b7 27 d0 f5 e1  08 d8 9f 7b 37 bc 8f b9  |..n.'......{7...|
    000000f0  84 6d e0 20 cf 99 bf c1  67 c8 00 74 4c 76 3e 2d  |.m. ....g..tLv>-|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  10. src/math/atan2_s390x.s

    	MOVW	R4, R6
    	MOVW	R3, R7
    	CMPUBLT	R6, R7, L17
    	WFDDB	V2, V0, V3
    	ADDW	$2, R5, R2
    	MOVW	R4, R6
    	MOVW	R3, R7
    	CMPUBLE	R6, R7, L20
    L3:
    	WFMDB	V3, V3, V4
    	VLEG	$0, 152(R9), V18
    	VLEG	$0, 144(R9), V16
    	FMOVD	136(R9), F1
    	FMOVD	128(R9), F5
    	FMOVD	120(R9), F6
    	WFMADB	V4, V16, V5, V16
    	WFMADB	V4, V6, V1, V6
    	FMOVD	112(R9), F7
    	WFMDB	V4, V4, V1
    	WFMADB	V4, V7, V18, V7
    	VLEG	$0, 104(R9), V18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 04:06:34 UTC 2020
    - 6.9K bytes
    - Viewed (0)
Back to top