Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 162 for ADD (0.03 sec)

  1. cluster/gce/util.sh

      # Before we do anything else, we should configure etcd to expect more replicas.
      if ! add-replica-to-etcd 2379 2380 true; then
        echo "Failed to add master replica to etcd cluster."
        return 1
      fi
      if ! add-replica-to-etcd 4002 2381 false; then
        echo "Failed to add master replica to etcd events cluster."
        return 1
      fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %5 = "tf.Case"(%3, %4, %arg1) {branches = [@sub, @add], output_shapes = [#tf_type.shape<>], device= "noodle", _cluster_launch = "not_ready", is_stateless = false} : (tensor<i32>, tensor<f32>, tensor<f32>) -> tensor<f32>
      func.return %5 : tensor<f32>
    }
    
    func.func @add(%arg0: tensor<*xf32>, %arg1: tensor<*xf32>) -> tensor<*xf32> {
      %0 = "tf.Add"(%arg0, %arg1): (tensor<*xf32>, tensor<*xf32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

        cacheHit.assertCode(200)
          .assertBody("A")
          .assertHeaders(
            Headers.Builder()
              .add("ETag", "v1")
              .add("Cache-Control", "max-age=60")
              .add("Vary", "Accept-Charset")
              .add("Content-Length", "1")
              .build(),
          )
          .assertRequestUrl(url)
          .assertRequestHeader("Accept-Language", "en-US")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        return success();
      }
    };
    
    void PackOp::getCanonicalizationPatterns(RewritePatternSet &results,
                                             MLIRContext *context) {
      results.add<ConvertPackToReshape>(context);
    }
    
    //===----------------------------------------------------------------------===//
    // PadOp
    //===----------------------------------------------------------------------===//
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  5. src/reflect/value.go

    				switch st.kind {
    				case abiStepIntReg:
    					offset := add(s, st.offset, "precomputed value offset")
    					intFromReg(&regArgs, st.ireg, st.size, offset)
    				case abiStepPointer:
    					s := add(s, st.offset, "precomputed value offset")
    					*((*unsafe.Pointer)(s)) = regArgs.Ptrs[st.ireg]
    				case abiStepFloatReg:
    					offset := add(s, st.offset, "precomputed value offset")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/generic.rules

    // (x - t) + (t + y) == x + y
    // (x - t) + (y + t) == x + y
    (Sub(64|32|16|8) (Add(64|32|16|8) t x) (Add(64|32|16|8) t y)) => (Sub(64|32|16|8) x y)
    (Add(64|32|16|8) (Sub(64|32|16|8) x t) (Add(64|32|16|8) t y)) => (Add(64|32|16|8) x y)
    
    // ^(x-1) == ^x+1 == -x
    (Add(64|32|16|8) (Const(64|32|16|8) [1]) (Com(64|32|16|8) x)) => (Neg(64|32|16|8) x)
    (Com(64|32|16|8) (Add(64|32|16|8) (Const(64|32|16|8) [-1]) x)) => (Neg(64|32|16|8) x)
    
    // -(-x) == x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  7. src/database/sql/sql_test.go

    	}
    }
    
    func TestPoolExhaustOnCancel(t *testing.T) {
    	if testing.Short() {
    		t.Skip("long test")
    	}
    
    	max := 3
    	var saturate, saturateDone sync.WaitGroup
    	saturate.Add(max)
    	saturateDone.Add(max)
    
    	donePing := make(chan bool)
    	state := 0
    
    	// waiter will be called for all queries, including
    	// initial setup queries. The state is only assigned when
    	// no queries are made.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. cmd/site-replication.go

    	for _, sri := range sris {
    		for b := range sri.Buckets {
    			allBuckets.Add(b)
    		}
    		for u := range sri.UserInfoMap {
    			allUsers.Add(u)
    		}
    		for g := range sri.GroupDescMap {
    			allGroups.Add(g)
    		}
    		for p := range sri.Policies {
    			allPolicies.Add(p)
    		}
    		for u := range sri.UserPolicies {
    			allUserWPolicies.Add(u)
    		}
    		for g := range sri.GroupPolicies {
    			allGroupWPolicies.Add(g)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    		o2 = c.opldpstp(p, o, 0, REGTMP, rt1, rt2, 1)
    
    	case 75:
    		// If offset L fits in a 24 bit unsigned immediate:
    		//	add $lo, R, Rtmp
    		//	add $hi, Rtmp, Rtmp
    		//	ldr (Rtmp), R
    		// Otherwise, use constant pool:
    		//	mov $L, Rtmp (from constant pool)
    		//	add Rtmp, R, Rtmp
    		//	ldp (Rtmp), (R1, R2)
    		rf, rt1, rt2 := p.From.Reg, p.To.Reg, int16(p.To.Offset)
    		if rf == REGTMP {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    }
    
    // CHECK-LABEL: func @add
    // CHECK: %[[ADD:.+]] = tfl.add(%arg0, %arg1) <{fused_activation_function = "NONE"}> : (tensor<1x3x!quant.uniform<i8:f32, {{.*}}>>, tensor<1x3x!quant.uniform<i8:f32, {{.*}}>>) -> tensor<1x3x!quant.uniform<i8:f32, {{.*}}>>
    // CHECK: return %[[ADD]]
    
    // -----
    
    // Tests that `stablehlo.add` with int32 UniformQuantizedPerAxisTypes is
    // not converted.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
Back to top