Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Axis (0.19 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    struct ConcatenationOptionsBuilder {
      typedef ConcatenationOptions Table;
      ::flatbuffers::FlatBufferBuilder &fbb_;
      ::flatbuffers::uoffset_t start_;
      void add_axis(int32_t axis) {
        fbb_.AddElement<int32_t>(ConcatenationOptions::VT_AXIS, axis, 0);
      }
      void add_fused_activation_function(tflite::ActivationFunctionType fused_activation_function) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this.updateScales_();super.updateContents_();const chartAreaSel=d3.select(this.chartAreaElement);this.updateXAxis_(chartAreaSel.select('.x.axis'));this.updateYAxis_(chartAreaSel.select('.y.axis'));for(const child of Array.from(this.querySelectorAll('.axis path, .axis line'))){child.style.fill='none';child.style.shapeRendering='crispEdges';child.style.stroke='black';}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Utilization (x axis). Valid values are 0 to 100. Fully utilized node maps to 100.",
    							Default:     0,
    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"score": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Score assigned to given utilization (y axis). Valid values are 0 to 10.",
    							Default:     0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top