Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TransferLocation (0.16 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

        inner_op.removeAttr(kAttrMapAttribute);
      }
      return success();
    }
    
    // Transfers the location of the main op in float function to ops with
    // `attr_map` attributes in quantized function.
    LogicalResult TransferLocation(func::FuncOp float_func,
                                   func::FuncOp quantized_func) {
      Operation* main_op = nullptr;
      for (Operation& inner_op : float_func.getBody().front().getOperations()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top