Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for concatenation (0.12 sec)

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

        // offset. This also works if shift is not constant.
        // DynamicSliceOp requires the sizes being integer, and we can get the
        // information from input shape.
        auto concat = b.create<ConcatenateOp>(
            ValueRange{op.getInput(), op.getInput()}, b.getI64IntegerAttr(axis));
        Value zero = b.create<mhlo::ConstantOp>(
            b.getIntegerAttr(getElementTypeOrSelf(offset.getType()), 0));
    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