Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for outLines (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let constructor = "TFDevice::CreateClusterConstantSinkingPass()";
    }
    
    def ClusterOutliningPass : Pass<"tf-device-cluster-outlining", "ModuleOp"> {
      let summary = "Outlines regions of tf_device.cluster operations";
    
      let description = [{
        This pass outlines the body of a `tf_device.cluster` into a function and
        replaces the `tf_device.cluster` op with an equivalent `tf_device.cluster_func`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. src/main/webapp/css/bootstrap.min.css

    olor:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/bootstrap.min.css

    olor:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 155.8K bytes
    - Viewed (0)
  4. pkg/ctrlz/assets/static/css/bootstrap-4.0.0.min.css

    757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 141.5K bytes
    - Viewed (0)
  5. src/encoding/json/testdata/code.json.gz

    es":1,"min_t":1266965732,"max_t":1266965732,"mean_t":1266965732},{"name":"overflow-outline-repaint-expected.txt","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t":1228849447,"max_t":1228849447,"mean_t":1228849447},{"name":"overflow-outline-repaint-expected.checksum","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t":1228849447,"max_t":1228849447,"mean_t":1228849447},{"name":"overflow-outline-repaint-expected.png","kids":[],"cl_weight":0.06666666666666667,"touches":1,"min_t...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    	pkgcfg := a.Objdir + "pkgcfg.txt"
    	covoutputs := a.Objdir + "coveroutfiles.txt"
    	odir := filepath.Dir(outfiles[0])
    	cv := filepath.Join(odir, "covervars.go")
    	outfiles = append([]string{cv}, outfiles...)
    	if err := b.writeCoverPkgInputs(a, pkgcfg, covoutputs, outfiles); err != nil {
    		return nil, err
    	}
    	args := []string{base.Tool("cover"),
    		"-pkgcfg", pkgcfg,
    		"-mode", mode,
    		"-var", varName,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    //
    // stopTheWorld is safe for multiple goroutines to call at the
    // same time. Each will execute its own stop, and the stops will
    // be serialized.
    //
    // This is also used by routines that do stack dumps. If the system is
    // in panic or being exited, this may not reliably stop all
    // goroutines.
    //
    // Returns the STW context. When starting the world, this context must be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. cmd/metrics-v2.go

    	}
    }
    
    func getMinIOGORoutineCountMD() MetricDescription {
    	return MetricDescription{
    		Namespace: nodeMetricNamespace,
    		Subsystem: goRoutines,
    		Name:      total,
    		Help:      "Total number of go routines running",
    		Type:      gaugeMetric,
    	}
    }
    
    func getMinIOProcessStartTimeMD() MetricDescription {
    	return MetricDescription{
    		Namespace: nodeMetricNamespace,
    		Subsystem: processSubsystem,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet.go

    		os.Exit(1)
    	}
    
    	// Start volume manager
    	go kl.volumeManager.Run(kl.sourcesReady, wait.NeverStop)
    
    	if kl.kubeClient != nil {
    		// Start two go-routines to update the status.
    		//
    		// The first will report to the apiserver every nodeStatusUpdateFrequency and is aimed to provide regular status intervals,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let hasVerifier = 1;
    
      let hasOptions = 1;
    
      let hasFolder = 1;
    }
    
    // If there is a change in supporting more types in the TFLite cast op kernel,
    // the While loop outline pass should be updated since it inserts cast op(s)
    // after the TF -> TFL legalization pass is done.
    // LINT.IfChange
    def TFL_CastOp : TFL_Op<"cast", [
        Pure,
        SameOperandsAndResultShape]> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top