Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Spectral (0.14 sec)

  1. manifests/addons/dashboards/lib/panels.libsonnet

          + options.calculation.xBuckets.withMode('size')
          + options.calculation.xBuckets.withValue('1min')
          + options.withCellGap(0)
          + options.color.withMode('scheme')
          + options.color.withScheme('Spectral')
          + options.color.withSteps(128)
          + options.yAxis.withDecimals(0)
          + options.yAxis.withUnit('s')
          + if std.length(desc) > 0 then
            heatmap.panelOptions.withDescription(desc)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/lib/output.json

                            "value": "1min"
                         }
                      },
                      "cellGap": 2,
                      "color": {
                         "mode": "scheme",
                         "scheme": "Spectral",
                         "steps": 128
                      },
                      "yAxis": {
                         "decimals": 0,
                         "unit": "s"
                      }
                   },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/pilot-dashboard.gen.json

                      "mode": "size",
                      "value": "1min"
                   }
                },
                "cellGap": 0,
                "color": {
                   "mode": "scheme",
                   "scheme": "Spectral",
                   "steps": 128
                },
                "yAxis": {
                   "decimals": 0,
                   "unit": "s"
                }
             },
             "pluginVersion": "v11.0.0",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  4. src/image/jpeg/scan.go

    		return FormatError("total sampling factors too large")
    	}
    
    	// zigStart and zigEnd are the spectral selection bounds.
    	// ah and al are the successive approximation high and low values.
    	// The spec calls these values Ss, Se, Ah and Al.
    	//
    	// For progressive JPEGs, these are the two more-or-less independent
    	// aspects of progression. Spectral selection progression is when not
    	// all of a block's 64 DCT coefficients are transmitted in one pass.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    managed by each instance.\nPending is expected to converge to zero.\n","gridPos":{"h":10,"w":8,"x":8,"y":14},"id":13,"interval":"1m","options":{"calculation":{"xBuckets":{"mode":"size","value":"1min"}},"cellGap":0,"color":{"mode":"scheme","scheme":"Spectral","steps":128},"yAxis":{"decimals":0,"unit":"s"}},"pluginVersion":"v11.0.0","targets":[{"datasource":{"type":"prometheus","uid":"$datasource"},"expr":"sum(rate(pilot_xds_push_time_bucket{}[1m])) by (le)","format":"heatmap","legendFormat":"{{le}}"}],"title":"Push...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. RELEASE.md

    # Release 1.1.0
    
    ## Major Features and Improvements
    
    *   Added Java API support for Windows.
    *   Added `tf.spectral` module. Moved existing FFT ops to `tf.spectral` while
        keeping an alias in the old location (`tf.*`).
    *   Added 1D, 2D and 3D Fourier transform ops for real signals to `tf.spectral`.
    *   Added a `tf.bincount` function.
    *   Added Keras 2 API to contrib.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top