Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for is_narrow_range (0.28 sec)

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

        VT_NUM_BITS = 8,
        VT_NARROW_RANGE = 10
      };
      float min() const {
        return GetField<float>(VT_MIN, 0.0f);
      }
      float max() const {
        return GetField<float>(VT_MAX, 0.0f);
      }
      int32_t num_bits() const {
        return GetField<int32_t>(VT_NUM_BITS, 0);
      }
      bool narrow_range() const {
        return GetField<uint8_t>(VT_NARROW_RANGE, 0) != 0;
      }
    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