Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getStorageType (0.11 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        return GetTFLiteType(q_uniform_type.getStorageType(),
                             q_uniform_type.isSigned());
      } else if (auto q_peraxis_type =
                     mlir::dyn_cast<mlir::quant::UniformQuantizedPerAxisType>(
                         type)) {
        return GetTFLiteType(q_peraxis_type.getStorageType(),
                             q_peraxis_type.isSigned());
      } else if (auto q_calibrated_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top