Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFL_OperandsHaveSameDimsTrait (0.21 sec)

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

              ").getType().cast<ShapedType>().getShape()[" # i # "] == "
              "$_op.getOperand(" # y #
              ").getType().cast<ShapedType>().getShape()[" # j # "]">]>;
    
    class TFL_OperandsHaveSameDimsTrait<int x, int y, int i, int j> :
      PredOpTrait<"dim " # i # " of operand " # x # " equals to dim " # j #
        " of operand " # y,
        TFL_OperandsHaveSameDims<x, y, i, j>>;
    
    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