Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRegion (0.1 sec)

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

      LogicalResult matchAndRewrite(TF::SliceOp op,
                                    PatternRewriter &rewriter) const override {
        Location loc = op.getLoc();
        Value input = op.getInput();
        Value begin_indices = op.getBegin();
        Value sizes = op.getSize();
    
        auto input_ty = mlir::dyn_cast<RankedTensorType>(input.getType());
        auto begin_type = mlir::dyn_cast<RankedTensorType>(begin_indices.getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top