Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    // Return true if i-th dim of x-th operand is the same as j-th dim of y-th
    // operand or any of those operands does not have static shape.
    class TFL_OperandsHaveSameDims<int x, int y, int i, int j> :
        Or<[TFL_OperandIsUnrankedPred<x>,
            TFL_OperandIsUnrankedPred<y>,
            CPred<"!$_op.getOperand(" # x #
              ").getType().cast<ShapedType>().hasStaticShape()">,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top