Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateIdentifyDilatedConvPass (0.18 sec)

  1. tensorflow/compiler/mlir/lite/transforms/dilated_conv.cc

          &getContext());
      (void)applyPatternsAndFoldGreedily(func, std::move(patterns));
    }
    }  // namespace
    std::unique_ptr<OperationPass<func::FuncOp>> CreateIdentifyDilatedConvPass() {
      return std::make_unique<IdentifyDilatedConvPass>();
    }
    
    }  // namespace TFL
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 07 21:08:41 UTC 2022
    - 1.8K bytes
    - Viewed (0)
Back to top