Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetUniformQuantizedType (0.2 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

    #define GEN_PASS_DEF_CONVERTTFQUANTOPSTOMHLO
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/passes.h.inc"
    
    template <typename UniformQuantizedOp>
    FailureOr<TensorType> GetUniformQuantizedType(
        UniformQuantizedOp op, Type original_type,
        TypedValue<TensorType> scales_value,
        TypedValue<TensorType> zero_points_value, FloatType expressed_type,
        int64_t storage_type_min, int64_t storage_type_max,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top