mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
Fix a bug in SessionState
This commit is contained in:
parent
c932ab8e99
commit
405c4bacbc
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ class SessionState {
|
|||
std::map<OrtAllocatorInfo, BufferUniquePtr> weights_buffers_;
|
||||
std::unique_ptr<SequentialExecutionPlan> p_seq_exec_plan_ = nullptr;
|
||||
|
||||
const logging::Logger* logger_;
|
||||
const logging::Logger* logger_ = nullptr;
|
||||
profiling::Profiler* profiler_;
|
||||
|
||||
// switch for enable memory pattern optimization or not.
|
||||
|
|
|
|||
Loading…
Reference in a new issue