mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-24 02:47:54 +00:00
add back function
This commit is contained in:
parent
a965ffb494
commit
4c2697c687
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,12 @@ InlinedVector<std::unique_ptr<GraphTransformer>> GenerateTransformers(
|
|||
concurrency::ThreadPool* intra_op_thread_pool = nullptr,
|
||||
std::unordered_map<std::string, std::unique_ptr<Tensor>>* p_buffered_tensors = nullptr);
|
||||
|
||||
/** Generates all predefined transformers for EPs */
|
||||
InlinedVector<std::unique_ptr<GraphTransformer>> GenerateTransformersForEP(
|
||||
const SessionOptions& session_options,
|
||||
const IExecutionProvider& cpu_execution_provider, /*required by constant folding*/
|
||||
const logging::Logger& logger);
|
||||
|
||||
#endif // !defined(ORT_MINIMAL_BUILD)
|
||||
|
||||
#if !defined(ORT_MINIMAL_BUILD) || defined(ORT_EXTENDED_MINIMAL_BUILD)
|
||||
|
|
|
|||
Loading…
Reference in a new issue