Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            "we cannot find the best scenarios for your case, so we just use "
            "your original model plans");
      }
    }
    
    }  // namespace
    
    std::unique_ptr<OperationPass<ModuleOp>> CreatePickSubgraphsPass() {
      return std::make_unique<PickSubgraphsPass>();
    }
    
    static PassRegistration<PickSubgraphsPass> pass;
    
    }  // namespace tac
    }  // namespace TFL
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 15:10:02 UTC 2022
    - 19.7K bytes
    - Viewed (0)
Back to top