Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOpQuantSpec (0.14 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_quantize.cc

    }
    
    #include "tensorflow/compiler/mlir/lite/utils/generated_op_quant_spec_getters.inc"
    
    bool PrepareQuantizePass::RemoveRedundantStats(func::FuncOp func) {
      return RemoveRedundantStatsOps(
          func, std::bind(GetOpQuantSpec, std::placeholders::_1,
                          quant_specs_.disable_per_channel_for_dense_layers));
    }
    
    static Value Quantized(Operation* user) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top