Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PartitionedCallOps (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

      // Replace uses.
      op.replaceAllUsesWith(new_op.getResults().take_front(op.getNumResults()));
      op.erase();
      return success();
    }
    
    // A resource-lifted function for (potentially multiple) PartitionedCallOps and
    // information about the lifting changes.
    struct PartitionedCallLiftingInfo {
      // Function with resources lifted. Can be nullptr if nothing needs to change.
      func::FuncOp lifted_callee;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top