remove redundant code

This commit is contained in:
Chi Lo 2025-02-03 14:49:38 -08:00
parent 06ca0869a6
commit a965ffb494

View file

@ -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(