Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 9,695 for ADD (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/tf_add.mlir

    // CHECK-NEXT:   name: "input1"
    // CHECK-NEXT:   op: "_Arg"
    // CHECK:      node {
    // CHECK-NEXT:   name: "Add{{_.*_1}}"
    // CHECK-NEXT:   op: "Add"
    // CHECK-NEXT:   input: "input0"
    // CHECK-NEXT:   input: "input1"
    // CHECK:      node {
    // CHECK-NEXT:   name: "Add"
    // CHECK-NEXT:   op: "_Retval"
    // CHECK-NEXT:   input: "Add{{_.*_1}}"
    // CHECK-NEXT:   attr {
    // CHECK-NEXT:     key: "T"
    // CHECK-NEXT:     value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 22:54:55 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p384.go

    	t3 := new(fiat.P384Element).Add(p1.x, p1.y)  // t3 := X1 + Y1
    	t4 := new(fiat.P384Element).Add(p2.x, p2.y)  // t4 := X2 + Y2
    	t3.Mul(t3, t4)                               // t3 := t3 * t4
    	t4.Add(t0, t1)                               // t4 := t0 + t1
    	t3.Sub(t3, t4)                               // t3 := t3 - t4
    	t4.Add(p1.y, p1.z)                           // t4 := Y1 + Z1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 18K bytes
    - Viewed (0)
  3. src/runtime/memmove_ppc64x.s

    	LXVD2X	(R0)(SRC), VS32
    	LXVD2X	(IDX16)(SRC), VS33
    	ADD	$-4, DWORDS
    	STXVD2X	VS32, (R0)(TGT)
    	STXVD2X	VS33, (IDX16)(TGT)
    	ADD	$32, SRC
    	ADD	$32, TGT
    
    lt32gt8:
    	// At this point >= 8 and < 32
    	// Move 16 bytes if possible
    	CMP     DWORDS, $2
    	BLT     lt16
    	LXVD2X	(R0)(SRC), VS32
    	ADD	$-2, DWORDS
    	STXVD2X	VS32, (R0)(TGT)
    	ADD     $16, SRC
    	ADD     $16, TGT
    
    lt16:	// Move 8 bytes if possible
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  4. src/cmd/go/scriptconds_test.go

    	add("asan", sysCondition("-asan", platform.ASanSupported, true))
    	add("buildmode", script.PrefixCondition("go supports -buildmode=<suffix>", hasBuildmode))
    	add("case-sensitive", script.OnceCondition("$WORK filesystem is case-sensitive", isCaseSensitive))
    	add("cc", script.PrefixCondition("go env CC = <suffix> (ignoring the go/env file)", ccIs))
    	add("cgo", script.BoolCondition("host CGO_ENABLED", testenv.HasCGO()))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/job/CrawlJob.java

            }
    
            cmdList.add(Crawler.class.getCanonicalName());
    
            cmdList.add("--sessionId");
            cmdList.add(sessionId);
            cmdList.add("--name");
            cmdList.add(namespace);
    
            if (webConfigIds != null && webConfigIds.length > 0) {
                cmdList.add("-w");
                cmdList.add(StringUtils.join(webConfigIds, ','));
            }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/mlir_passthrough_op.pbtxt

    # CHECK:"tf.MlirPassthroughOp"
    # CHECK: mlir_module = "\0Afunc @main(%arg0 : tensor<10xf32>, %arg1 : tensor<10xf32>) -> tensor<10x10xf32> {\0A %add = \22tf.Add\22(%arg0, %arg1) : (tensor<10xf32>, tensor<10xf32>) -> tensor<10xf32>\0A %ret = \22magic.op\22(%add, %add) : (tensor<10xf32>, tensor<10xf32>) -> tensor<10x10xf32>\0A return %ret : tensor<10x10xf32>\0A}\0A"}> {device = ""} : (tensor<10xf32>, tensor<10xf32>) -> tensor<*xf32>
    
    node {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  7. src/crypto/subtle/xor_ppc64x.s

    	STXVD2X	VS34, (R3)(R10)
    	STXVD2X	VS36, (R3)(R14)
    	STXVD2X	VS38, (R3)(R15)
    	ADD	$64, R8
    	ADD	$64, R10
    	ADD	$64, R14
    	ADD	$64, R15
    	BDNZ	loop64
    	BC	12,2,LR		// BEQLR
    	MOVD	R9, R6
    	CMP	R6, $8
    	BLE	small
    	// Case for 8 <= n < 64 bytes
    	// Process 32 bytes if available
    xor32:
    	CMP	R6, $32
    	BLT	xor16
    	ADD	$16, R8, R9
    	LXVD2X	(R4)(R8), VS32
    	LXVD2X	(R4)(R9), VS33
    	LXVD2X	(R5)(R8), VS34
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. src/cmd/go/internal/envcmd/env_test.go

    	"runtime"
    	"testing"
    	"unicode"
    )
    
    func FuzzPrintEnvEscape(f *testing.F) {
    	f.Add(`$(echo 'cc"'; echo 'OOPS="oops')`)
    	f.Add("$(echo shell expansion 1>&2)")
    	f.Add("''")
    	f.Add(`C:\"Program Files"\`)
    	f.Add(`\\"Quoted Host"\\share`)
    	f.Add("\xfb")
    	f.Add("0")
    	f.Add("")
    	f.Add("''''''''")
    	f.Add("\r")
    	f.Add("\n")
    	f.Add("E,%")
    	f.Fuzz(func(t *testing.T, s string) {
    		t.Parallel()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. guava-testlib/src/com/google/common/collect/testing/google/BiMapTestSuiteBuilder.java

      protected List<Class<? extends AbstractTester>> getTesters() {
        List<Class<? extends AbstractTester>> testers = new ArrayList<>();
        testers.add(BiMapEntrySetTester.class);
        testers.add(BiMapPutTester.class);
        testers.add(BiMapInverseTester.class);
        testers.add(BiMapRemoveTester.class);
        testers.add(BiMapClearTester.class);
        return testers;
      }
    
      enum NoRecurse implements Feature<Void> {
        INVERSE;
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 19:46:10 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  10. platforms/core-runtime/concurrent/src/test/groovy/org/gradle/internal/concurrent/CompositeStoppableTest.groovy

            Stoppable b = Mock()
            stoppable.add(a)
            stoppable.add(b)
    
            when:
            stoppable.stop()
    
            then:
            1 * a.stop()
            1 * b.stop()
        }
    
        def stopsAllElementsWhenOneFailsToStop() {
            Stoppable a = Mock()
            Stoppable b = Mock()
            RuntimeException failure = new RuntimeException()
            stoppable.add(a)
            stoppable.add(b)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:07:35 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top