Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateIsland (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/split_into_island_per_op_pass.cc

        for (const auto& it : llvm::enumerate(identity_n.getResults()))
          yield.setOperand(it.index(), it.value());
      }
    }
    
    // Helper that creates an island that `sub_op` will be moved to.
    tf_executor::IslandOp CreateIsland(TypeRange result_types,
                                       const tf_executor::ControlType& control_type,
                                       const Location& loc, Operation& sub_op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 07:31:01 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top