Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for min_t (0.08 sec)

  1. 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