Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RemoveAdjacentReshape (0.19 sec)

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

    // TODO(antiagainst): This pattern probably should be moved to the peephole
    // category, after we have the infra for peephole passes.
    struct RemoveAdjacentReshape : public RewritePattern {
      explicit RemoveAdjacentReshape(MLIRContext* context)
          : RewritePattern(ReshapeOp::getOperationName(), 1, context) {}
    
      LogicalResult match(Operation* op) const override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top