Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for someOp (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %tl_0 = "tf.TensorListReserve"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type.variant<tensor<?x1xf32>>>
        %elem_0 = "tf.SomeOp"() : () -> tensor<16x1xf32>
        %elem_1 = "tf.SomeOp"() : () -> tensor<16x1xf32>
        %elem_2 = "tf.SomeOp"() : () -> tensor<8x1xf32>
        %tl_1 = "tf.IfRegion"(%arg0) ({
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    looking at Alice for some time with great curiosity, and this was
    his first speech.
    
      `You should learn not to make personal remarks,' Alice said
    with some severity; `it's very rude.'
    
      The Hatter opened his eyes very wide on hearing this; but all
    he SAID was, `Why is a raven like a writing-desk?'
    
      `Come, we shall have some fun now!' thought Alice.  `I'm glad
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. tests/integration/pilot/common/routing.go

    			fmt.Sprintf("some-instances.%s:%d", cfg.ClusterLocalFQDN(), port),
    			fmt.Sprintf("some-instances.%s:12345", cfg.ClusterLocalFQDN()),
    			fmt.Sprintf("some-instances.%s.%s.svc", cfg.Service, cfg.Namespace.Name()),
    			fmt.Sprintf("some-instances.%s.%s.svc:12345", cfg.Service, cfg.Namespace.Name()),
    			fmt.Sprintf("some-instances.%s", cfg.Service),
    			fmt.Sprintf("some-instances.%s:%d", cfg.Service, port),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  4. samples/bookinfo/src/reviews/reviews-application/src/main/webapp/index.html

      limitations under the License.
    -->
    <html>
    <body>
        <h1>Welcome to your Liberty Application</h1>
        <p>Thanks for generating this project using the app accelerator.  Please see below for some extra information on each of the technologies you chose</p>
        <!-- 
      Copyright (c) 2016 IBM Corp.
     
      Licensed under the Apache License, Version 2.0 (the "License");
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 17:00:23 UTC 2017
    - 196.5K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/gateway_test.go

    				Port: &networking.Port{
    					Protocol: protocol.HTTP.String(),
    				},
    			},
    			routeName:   "some-route",
    			proxyConfig: nil,
    			result: &filterChainOpts{
    				sniHosts:   nil,
    				tlsContext: nil,
    				httpOpts: &httpListenerOpts{
    					rds:              "some-route",
    					useRemoteAddress: true,
    					connectionManager: &hcm.HttpConnectionManager{
    						XffNumTrustedHops:        0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // CHECK: "tf._SomeOp"(%[[ARG2]], %[[ARG1]]) : (tensor<!tf_type.resource>, tensor<f32>) -> ()
      "tf._SomeOp"(%0#1, %0#0) : (tensor<!tf_type.resource>, tensor<f32>) -> ()
      // CHECK: "tf._SomeOp"(%[[ARG2]], %[[IF_OUTPUT]]) : (tensor<!tf_type.resource>, tensor<f32>) -> ()
      "tf._SomeOp"(%0#3, %0#2) : (tensor<!tf_type.resource>, tensor<f32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    			name: "explicit content-type wins",
    			handler: func(rw ResponseWriter, r *Request) {
    				rw.Header().Set("Content-Type", "some/type")
    				rw.Write([]byte("<html><head></head><body>some html</body></html>"))
    			},
    			check: func(got, logs string) error {
    				if !strings.Contains(got, "Content-Type: some/type") {
    					return errors.New("wrong content-type; want html")
    				}
    				return nil
    			},
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. pkg/config/validation/validation_test.go

    		},
    		{
    			name:                          "destination rule with workloadselector cannot have another ns in exportTo (.)",
    			namespace:                     "ns5",
    			exportTo:                      []string{"somens"},
    			isServiceEntry:                false,
    			isDestinationRuleWithSelector: true,
    			wantErr:                       true,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A step in a pipeline of an asynchronous computation. When the last step in the computation is
     * complete, some objects captured during the computation are closed.
     *
     * <p>A pipeline of {@code ClosingFuture}s is a tree of steps. Each step represents either an
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  10. src/net/http/server.go

    //
    // TODO(bradfitz): short-circuit some of the buffering when the
    // initial header contains both a Content-Type and Content-Length.
    // Also short-circuit in (1) when the header's been sent and not in
    // chunking mode, writing directly to (4) instead, if (2) has no
    // buffered data. More generally, we could short-circuit from (1) to
    // (3) even in chunking mode if the write size from (1) is over some
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top