mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
remove redundant code
This commit is contained in:
parent
06ca0869a6
commit
a965ffb494
1 changed files with 2 additions and 2 deletions
|
|
@ -347,7 +347,7 @@ TEST(SessionStateTest, TestInitializerMemoryAllocatedUsingNonArenaMemory) {
|
|||
|
||||
SessionState session_state(graph, execution_providers, nullptr, nullptr, dtm, edlm,
|
||||
DefaultLoggingManager().DefaultLogger(), profiler, sess_options);
|
||||
|
||||
|
||||
// Partition the graph
|
||||
GraphPartitioner partitioner(krm, execution_providers);
|
||||
ASSERT_STATUS_OK(partitioner.Partition(
|
||||
|
|
@ -406,7 +406,7 @@ TEST(SessionStateTest, TestInitializerMemoryAllocatedUsingNonArenaMemory) {
|
|||
|
||||
SessionState session_state(graph, execution_providers, nullptr, nullptr, dtm, edlm,
|
||||
DefaultLoggingManager().DefaultLogger(), profiler, sess_options);
|
||||
|
||||
|
||||
// Partition the graph
|
||||
GraphPartitioner partitioner(krm, execution_providers);
|
||||
ASSERT_STATUS_OK(partitioner.Partition(
|
||||
|
|
|
|||
Loading…
Reference in a new issue