Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOpResults (0.16 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

            gather_op->getLoc(), tf_gather_nd_result_type, operand,
            cast_op ? cast_op.getResult() : start_indices);
    
        if (!need_transpose_after) {
          rewriter.replaceOp(gather_op, tf_gather_nd_op->getOpResults());
          return success();
        }
    
        // Insert the transpose op after the gather_nd.
        rewriter.replaceOpWithNewOp<mhlo::TransposeOp>(
            gather_op, result_type, tf_gather_nd_op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top