Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for Captured (0.11 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // CHECK: device = "/job:localhost/replica:0/task:0/device:GPU:0"
      // CHECK: return %arg0 : tensor<*xf32>
      func.return %0#0 : tensor<*xf32>
    }
    
    // Explicit capture and return of extern values is removed.
    // CHECK-LABEL: testWhileRegionReturnExternValues
    func.func @testWhileRegionReturnExternValues(%arg0 : tensor<*xf32>, %arg1 : tensor<i32>) -> 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)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

              std::get<0>(it), std::get<1>(it)));
      }
    
      return success();
    }
    
    namespace {
    // Canonicalize While op so that results and operands match and external values
    // are via implicit capture rather than via block args.
    struct WhileResultOperandsMatchAndImplicitCapture
        : public OpRewritePattern<WhileOp> {
      using OpRewritePattern<WhileOp>::OpRewritePattern;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    						Number:   0,
    						Name:     "uds",
    					},
    					Hosts: []string{
    						"ns1/bar.com",
    					},
    					Bind: "foobar:///@foo/bar/com",
    				},
    			},
    		}, false, false},
    		{"invalid capture mode with uds bind", &networking.Sidecar{
    			Egress: []*networking.IstioEgressListener{
    				{
    					Port: &networking.SidecarPort{
    						Protocol: "http",
    						Number:   0,
    						Name:     "uds",
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let summary = [{While loop}];
    
      let description = [{
        output = input; while (cond(output)) { output = body(output) }
    
        While loop where all values are passes through arguments with implicit
        capture.
    
        input: A list of input tensors whose types are T.
        output: A list of output tensors whose types are T.
        cond: A region that takes 'input' and returns a boolean scalar tensor.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  5. cmd/object-handlers_test.go

    	"github.com/minio/minio/internal/auth"
    	"github.com/minio/minio/internal/hash/sha256"
    	xhttp "github.com/minio/minio/internal/http"
    	ioutilx "github.com/minio/minio/internal/ioutil"
    )
    
    // Type to capture different modifications to API request to simulate failure cases.
    type Fault int
    
    const (
    	None Fault = iota
    	MissingContentLength
    	TooBigObject
    	TooBigDecodedLength
    	BadSignature
    	BadMD5
    	MissingUploadID
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    way to change them--' when she was a little startled by seeing
    the Cheshire Cat sitting on a bough of a tree a few yards off.
    
      The Cat only grinned when it saw Alice.  It looked good-
    natured, she thought:  still it had VERY long claws and a great
    many teeth, so she felt that it ought to be treated with respect.
    
      `Cheshire Puss,' she began, rather timidly, as she did not at
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    way to change them--' when she was a little startled by seeing
    the Cheshire Cat sitting on a bough of a tree a few yards off.
    
      The Cat only grinned when it saw Alice.  It looked good-
    natured, she thought:  still it had VERY long claws and a great
    many teeth, so she felt that it ought to be treated with respect.
    
      `Cheshire Puss,' she began, rather timidly, as she did not at
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top