Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for crack (0.09 sec)

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

      TFL_RuntimeType<AnyTypeOf<[TFL_1DTensorOf<allowedRuntimeTypes>, NoneType]>>;
    
    // This is used to represent the type of "ref tensors" or tensors that are
    // used as variables to track state.
    def TFL_StatefulTensor : TypeAlias<AnyTensor, "stateful tensor">;
    
    //===----------------------------------------------------------------------===//
    // Rank/Shape helpers.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    	 * generate extra passes putting branches
    	 * around jmps to fix. this is rare.
    	 */
    	bflag := 1
    
    	var otxt int64
    	var q *obj.Prog
    	var out [5]uint32
    	var falign int32 // Track increased alignment requirements for prefix.
    	for bflag != 0 {
    		bflag = 0
    		pc = 0
    		falign = 0 // Note, linker bumps function symbols to funcAlign.
    		for p = c.cursym.Func().Text.Link; p != nil; p = p.Link {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. pkg/controller/job/job_controller_test.go

    			},
    			needsFlush: true,
    			wantStatusUpdates: []batch.JobStatus{
    				{
    					UncountedTerminatedPods: &batch.UncountedTerminatedPods{},
    					Active:                  1,
    				},
    			},
    		},
    		"track finished pods": {
    			pods: []*v1.Pod{
    				buildPod().uid("a").phase(v1.PodSucceeded).trackingFinalizer().Pod,
    				buildPod().uid("b").phase(v1.PodFailed).trackingFinalizer().Pod,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    // delayed, so we could maybe tack on a Content-Length and better
    // Content-Type after we see more (or all) of the output. To preserve
    // compatibility with Go 1, we need to be careful to track which
    // headers were live at the time of WriteHeader, so we write the same
    // ones, even if the handler modifies them (~erroneously) after the
    // first Write.
    func TestHeaderToWire(t *testing.T) {
    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