Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ApplyFunctionTacFilter (0.28 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/transforms/tac_filter.cc

          *this, "use-test-setting",
          llvm::cl::desc(
              "Whether to use the test config for the tac filter protobuf."),
          llvm::cl::init(false)};
    
      void runOnOperation() override;
    };
    
    void ApplyFunctionTacFilter(func::FuncOp func,
                                FunctionFilter::FunctionFilterType type,
                                OpBuilder& builder) {
      for (Operation& op : func.front()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top