Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplaceWithTupleResult (0.15 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_communication.cc

    // return the first element. Otherwise, `mhlo.get_tuple_element` users are
    // simply updated with `replacement`, and all other users are updated with a
    // slice of `replacement`.
    void ReplaceWithTupleResult(OpBuilder& builder, ValueRange values,
                                ValueRange replacements, bool flatten_tuple) {
      if (flatten_tuple) {
        for (size_t result_index = 0; result_index < values.size(); result_index++)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 40.5K bytes
    - Viewed (0)
Back to top