Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for remove_quantize_op (0.12 sec)

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

        // and the current argument is erased, so here we always process the first
        // argument in the list.
        auto arg = bb.getArgument(0);
    
        auto remove_quantize_op = [&](QuantizeOp quantize_op) {
          auto quantize_output = quantize_op.getOutput();
          auto quantize_type = quantize_output.getType();
          input_types.push_back(quantize_type);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top