Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/transforms/while_loop_outline.cc

      // Create outline function from region. Optional pass extra arguments through
      // to yield.
      ReplaceRegionWithCall(GetName(while_op.getOperation(), "_cond"),
                            while_op.getCond(), false, num_loop_carried,
                            extern_values, types, while_op.getLoc());
      ReplaceRegionWithCall(GetName(while_op.getOperation(), "_body"),
                            while_op.getBody(), true, num_loop_carried,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top