Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for return_indices (0.14 sec)

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

    // `if_op_segment` refers to the segment of IfRegions, `new_if_op` refers to the
    // new merged IfRegion, `return_indices` refers to the indices to be kept in new
    // merged IfRegion.
    void ReplaceExternalUsage(
        llvm::SmallVector<TF::IfRegionOp, 8>& if_op_segment,
        TF::IfRegionOp new_if_op,
        llvm::SmallVector<llvm::SmallVector<int, 4>>& return_indices) {
      int new_return_index = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 17 07:31:01 UTC 2023
    - 25.9K bytes
    - Viewed (0)
Back to top