Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 96 of 96 for Largest (0.47 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    func.func @testIfRegionThenResultCount(%arg0: tensor<i1>, %arg1: tensor<2xf32>) -> tensor<2xf32> {
      // expected-error @+1 {{'tf.IfRegion' op  region control flow edge from Region #0 to parent results: source has 2 operands, but target successor needs 1}}
      %0 = "tf.IfRegion"(%arg0) ({
         %t = "tf.Abs"(%arg1) : (tensor<2xf32>) -> tensor<2xf32>
         "tf.Yield"(%t, %t) : (tensor<2xf32>, tensor<2xf32>) -> ()
        }, {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  2. src/database/sql/sql.go

    	closed  bool
    
    	// closemuScanHold is whether the previous call to Scan kept closemu RLock'ed
    	// without unlocking it. It does that when the user passes a *RawBytes scan
    	// target. In that case, we need to prevent awaitDone from closing the Rows
    	// while the user's still using the memory. See go.dev/issue/60304.
    	//
    	// It is only used by Scan, Next, and NextResultSet which are expected
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          auto builtin_code = GetBuiltinOpCode(&inst);
          if (!builtin_code && dyn_cast<mlir::TFL::NumericVerifyOp>(&inst)) {
            // The first operand is the quantized activation, the target of this
            // NumericVerify op.
            auto quantized_op_val = inst.getOperands().front();
            tensor_name = "NumericVerify/" + UniqueName(quantized_op_val) + ":" +
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	*CallGC = false
    }
    
    func TestMakeFuncStackCopy(t *testing.T) {
    	target := func(in []Value) []Value {
    		runtime.GC()
    		useStack(16)
    		return []Value{ValueOf(9)}
    	}
    
    	var concrete func(*int, int) int
    	fn := MakeFunc(ValueOf(concrete).Type(), target)
    	ValueOf(&concrete).Elem().Set(fn)
    	x := concrete(nil, 7)
    	if x != 9 {
    		t.Errorf("have %#q want 9", x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    ches":2,"min_t":1229478785,"max_t":1236205616,"mean_t":1232842200},{"name":"invalid-percentage-property-expected.checksum","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"target-fragment-match-expected.png","kids":[],"cl_weight":0.0006270059426999707,"touches":2,"min_t":1228525763,"max_t":1236205616,"mean_t":1232365689},{"name":"imageTileOpacity-expected.checksum","kids":[],"cl_weight":0.00012874983906270118,"touches":1,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    		conn, br, err := w.(Hijacker).Hijack()
    		if err != nil {
    			t.Error(err)
    			return
    		}
    		defer conn.Close()
    		if r.Method != "PRI" || r.RequestURI != "*" {
    			t.Errorf("Got method/target %q %q; want PRI *", r.Method, r.RequestURI)
    			return
    		}
    		if !r.Close {
    			t.Errorf("Request.Close = true; want false")
    		}
    		const want = "SM\r\n\r\n"
    		buf := make([]byte, len(want))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top