Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpHasSameStaticShapesPred (0.2 sec)

  1. tensorflow/compiler/mlir/lite/utils/utils.td

    // generated from table-gen.
    def OpHasSameStaticShapesPred : CPred<"OpHasSameStaticShapes($0.getDefiningOp())">;
    def OpHasSameStaticShapes : Constraint<OpHasSameStaticShapesPred, "op must have static same input shapes">;
    def OpHasNotSameStaticShapes : Constraint<Neg<OpHasSameStaticShapesPred>, "op must have not static same input shapes">;
    
    def TransposeFCLastTwoDims:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top