Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Aug 16, 2019
1 parent e1067da commit df649d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operator/subgraph/subgraph_property.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ class SubgraphProperty {
return nullptr;
}

virtual PrePartition() {}
virtual void PrePartition() {}

virtual PostPartition() {}
virtual void PostPartition() {}

virtual SubgraphSelectorV2Ptr CreateSubgraphSelectorV2() const {
auto v1_ptr = CreateSubgraphSelector();
Expand Down

0 comments on commit df649d2

Please sign in to comment.