Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td

    // value pack that corresponds to the `idx`-th ODS-declared variadic operand.
    // This returns a list of shapes so it is used for variadic operands that
    // can have different shapes.
    class TF_DerivedOperandShapeListAttr<int idx> : DerivedAttr<
      "::mlir::TF::OperandShapeRange",
      "auto values = getODSOperands(" # idx # ");\n"
      "return {mlir::TF::OperandShapeIterator(values.begin()), "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 30.5K bytes
    - Viewed (0)
Back to top