Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        CallOpType call_op, func::FuncOp callee, ModuleOp module,
        bool vars_initialized,
        llvm::SmallDenseMap<llvm::StringRef, PartitionedCallLiftingInfo>*
            lifted_callees) {
      auto emplace_res = lifted_callees->try_emplace(callee.getName(),
                                                     PartitionedCallLiftingInfo());
      if (emplace_res.second) {
        // Unseen callee. Perform resource lifting on it.
    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