Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for Starting (0.19 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let summary = "Return a slice from 'input'.";
    
      let description = [{
    The output tensor is a tensor with dimensions described by 'size'
    whose values are extracted from 'input' starting at the offsets in
    'begin'.
    
    `begin` is zero-based; `size` is one-based. If size[i] is -1, all remaining
    elements in dimension i are included in the slice. In other words, this is
    equivalent to setting:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    		Status:   ResyncStarted.String(),
    		OpType:   "start",
    		ResyncID: rs.ResyncID,
    		Buckets:  res.Buckets,
    	}
    	if len(res.Buckets) > 0 {
    		res.ErrDetail = "partial failure in starting site resync"
    	}
    	if len(buckets) != 0 && len(res.Buckets) == len(buckets) {
    		return res, fmt.Errorf("all buckets resync failed")
    	}
    	return res, nil
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  3. src/net/http/serve_test.go

    	}
    	timeout := 300 * time.Millisecond
    	ts := newClientServerTest(t, mode, TimeoutHandler(handler, timeout, "")).ts
    	defer ts.Close()
    
    	c := ts.Client()
    
    	// Issue was caused by the timeout handler starting the timer when
    	// was created, not when the request. So wait for more than the timeout
    	// to ensure that's not the case.
    	time.Sleep(2 * timeout)
    	res, err := c.Get(ts.URL)
    	if err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	v = v.Addr()
    	v = v.Elem()
    	v = v.Elem()
    	v = v.Addr()
    	v = v.Elem()
    	v = v.Field(0)
    	v.SetInt(3)
    	if p.X != 3 {
    		t.Errorf("Addr.Elem.Set failed to set value")
    	}
    
    	// Starting without pointer we should get changed value
    	// in interface.
    	qq := p
    	v = ValueOf(&qq).Elem()
    	v0 := v
    	v = v.Addr()
    	v = v.Elem()
    	v = v.Field(0)
    	v.SetInt(4)
    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. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    navigation bar. Tree (Class Hierarchy) There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages. When viewing a particular package, class or interface page, clicking "Tree" displays...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    additional mutations occur. reinvocationPolicy: Never rewriteAppHTTPProbe: true # Templates defines a set of custom injection templates that can be used. For example, defining: # # templates: # hello: | # metadata: # labels: # hello: world # # Then starting a pod with the `inject.istio.io/templates: hello` annotation, will result in the pod # being injected with the hello=world labels. # This is intended for advanced configuration only; most users should use the built in template templates: {} # Default...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    together.
    
      Alice laughed so much at this, that she had to run back into
    the wood for fear of their hearing her; and when she next peeped
    out the Fish-Footman was gone, and the other was sitting on the
    ground near the door, staring stupidly up into the sky.
    
      Alice went timidly up to the door, and knocked.
    
      `There's no sort of use in knocking,' said the Footman, `and
    that for two reasons.  First, because I'm on the same side of the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    together.
    
      Alice laughed so much at this, that she had to run back into
    the wood for fear of their hearing her; and when she next peeped
    out the Fish-Footman was gone, and the other was sitting on the
    ground near the door, staring stupidly up into the sky.
    
      Alice went timidly up to the door, and knocked.
    
      `There's no sort of use in knocking,' said the Footman, `and
    that for two reasons.  First, because I'm on the same side of the
    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