Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Rendering (0.23 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    a img {
    	border: none;
    }
    
    /* Default paragraph styles */
    p {
    	font-family: inherit;
    	font-weight: normal;
    	font-size: 1em;
    	line-height: 1.6;
    	margin-bottom: 1.25em;
    	text-rendering: optimizeLegibility;
    }
    
    p aside {
    	font-size: 0.875em;
    	line-height: 1.35;
    	font-style: italic;
    }
    
    /* Default header styles */
    h1,
    h2,
    h3,
    #toctitle,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

            // Node...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    // (unless ExplicitWriteGoMod is set) or by calling WriteGoMod directly.
    //
    // As a side-effect, LoadModFile may change cfg.BuildMod to "vendor" if
    // -mod wasn't set explicitly and automatic vendoring should be enabled.
    //
    // If LoadModFile or CreateModFile has already been called, LoadModFile returns
    // the existing in-memory requirements (rather than re-reading them from disk).
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  4. src/runtime/traceback.go

    				u.cgoCtxt = len(gp.cgoCtxt) - 1
    				flag &^= abi.FuncFlagSPWrite
    			}
    		}
    		frame.fp = frame.sp + uintptr(funcspdelta(f, frame.pc))
    		if !usesLR {
    			// On x86, call instruction pushes return PC before entering new function.
    			frame.fp += goarch.PtrSize
    		}
    	}
    
    	// Derive link register.
    	if flag&abi.FuncFlagTopFrame != 0 {
    		// This function marks the top of the stack. Stop the traceback.
    		frame.lr = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

                  "tensor ",
                  edge->src()->name(), ":", edge->src_output());
            }
          }
    
          Subgraph& dst_subgraph = subgraphs_[dst_func_id];
          // Ignore control edges entering the subgraph. We will lift them onto
          // the enclosing call operators in BuildOutputGraph().
          if (!edge->IsControlEdge()) {
            TF_RETURN_IF_ERROR(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  6. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	if !allAreFullyDisrupted || !allWasFullyDisrupted {
    		// We're switching to full disruption mode
    		if allAreFullyDisrupted {
    			logger.Info("Controller detected that all Nodes are not-Ready. Entering master disruption mode")
    			for i := range nodes {
    				_, err := nc.markNodeAsReachable(ctx, nodes[i])
    				if err != nil {
    					logger.Error(nil, "Failed to remove taints from Node", "node", klog.KObj(nodes[i]))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// The cache must wait until this first sync is completed to be deemed ready.
    	// Since we cannot send a bookmark when the lastProcessedResourceVersion is 0,
    	// we poll aggressively for the first list RV before entering the dispatch loop.
    	lastProcessedResourceVersion := uint64(0)
    	if err := wait.PollUntilContextCancel(wait.ContextForChannel(c.stopCh), 10*time.Millisecond, true, func(_ context.Context) (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. src/net/netip/netip_test.go

    		"::/0",
    		"::1/128",
    		"2001:db8::/32",
    	}
    
    	for _, s := range tests {
    		t.Run(s, func(t *testing.T) {
    			// Ensure that JSON  (and by extension, text) marshaling is
    			// sane by entering quoted input.
    			orig := `"` + s + `"`
    
    			var p Prefix
    			if err := json.Unmarshal([]byte(orig), &p); err != nil {
    				t.Fatalf("failed to unmarshal: %v", err)
    			}
    
    			pb, err := json.Marshal(p)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/prove.go

    		work = work[:len(work)-1]
    		parent := idom[node.block.ID]
    		branch := getBranch(sdom, parent, node.block)
    
    		switch node.state {
    		case descend:
    			ft.checkpoint()
    
    			// Entering the block, add the block-depending facts that we collected
    			// at the beginning: induction variables and lens/caps of slices.
    			if iv, ok := indVars[node.block]; ok {
    				addIndVarRestrictions(ft, parent, iv)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modload/buildlist.go

    // Graph method.
    //
    // The rootModules slice must be sorted according to gover.ModSort.
    // The caller must not modify the rootModules slice or direct map after passing
    // them to newRequirements.
    //
    // If vendoring is in effect, the caller must invoke initVendor on the returned
    // *Requirements before any other method.
    func newRequirements(pruning modPruning, rootModules []module.Version, direct map[string]bool) *Requirements {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top