Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for min_t (0.29 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    this.max_[0]=Math.max(this.max_[0],x);this.max_[1]=Math.max(this.max_[1],y);this.min_[0]=Math.min(this.min_[0],x);this.min_[1]=Math.min(this.min_[1],y);},addVec2(value){if(this.isEmpty_){this.max_=vec2.create();this.min_=vec2.create();vec2.set(this.max_,value[0],value[1]);vec2.set(this.min_,value[0],value[1]);this.isEmpty_=false;return;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        int32_t quantized_dimension = 0) {
      auto min__ = min ? _fbb.CreateVector<float>(*min) : 0;
      auto max__ = max ? _fbb.CreateVector<float>(*max) : 0;
      auto scale__ = scale ? _fbb.CreateVector<float>(*scale) : 0;
      auto zero_point__ = zero_point ? _fbb.CreateVector<int64_t>(*zero_point) : 0;
      return tflite::CreateQuantizationParameters(
          _fbb,
          min__,
          max__,
          scale__,
          zero_point__,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top