Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFL_NumElements (0.14 sec)

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

      PredOpTrait<"operand " # x # " has num of elements equals to dim " # j #
        " of operand " # y,
        TFL_NumElementsEqualsDim<x, y, j>>;
    
    // Return true if number of elements of x-th operand equals to n.
    class TFL_NumElements<int x, int n> :
      Or<[TFL_OperandIsUnrankedPred<x>,
          CPred<"!$_op.getOperand(" # x #
            ").getType().cast<ShapedType>().hasStaticShape()">,
          CPred<"$_op.getOperand(" # x #
    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