Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for computations (0.34 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        output_dims.insert(output_dims.begin() + axis, depth);
    
        Location loc = op.getLoc();
    
        // The iota result is the effective output shape of the computation,
        // and indices must be broadcast into it. At this point, this computation
        // would need to be reworked quite a bit to support dynamic shapes, so
        // just using static broadcasting.
        auto index_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

      - `metric_computation_duration_seconds`: The time(seconds) that the HPA controller takes to calculate one metric.
      - `metric_computation_total`: Number of metric computations. ([#116326](https://github.com/kubernetes/kubernetes/pull/116326), [@sanposhiho](https://github.com/sanposhiho)) [SIG Apps, Autoscaling and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    ### Internal
    
    * ✨ Add GitHub Action: Notify Translations. PR [#3715](https://github.com/tiangolo/fastapi/pull/3715) by [@tiangolo](https://github.com/tiangolo).
    * ✨ Update computation of FastAPI People and sponsors. PR [#3714](https://github.com/tiangolo/fastapi/pull/3714) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    	s.bstart = make([]*obj.Prog, f.NumBlocks())
    	s.pp = pp
    	var progToValue map[*obj.Prog]*ssa.Value
    	var progToBlock map[*obj.Prog]*ssa.Block
    	var valueToProgAfter []*obj.Prog // The first Prog following computation of a value v; v is visible at this point.
    	gatherPrintInfo := f.PrintOrHtmlSSA || ssa.GenssaDump[f.Name]
    	if gatherPrintInfo {
    		progToValue = make(map[*obj.Prog]*ssa.Value, f.NumValues())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top