Skip to content

Commit

Permalink
- fix namespace ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
mbs-octoml committed Jul 1, 2022
1 parent f92af02 commit d71779d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/relay/collage/sub_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#ifndef TVM_RELAY_COLLAGE_SUB_GRAPH_H_
#define TVM_RELAY_COLLAGE_SUB_GRAPH_H_

#include <tvm/ir/transform.h>
#include <tvm/relay/op_attr_types.h>

#include <string>
Expand Down Expand Up @@ -441,7 +442,7 @@ struct SubGraphHash {
* given in an array. Visible for testing from Python only, would never make sense to use
* as a generic pass!
*/
transform::Pass PartitionOnIndexesForTesting(Array<Integer> indexes);
tvm::transform::Pass PartitionOnIndexesForTesting(Array<Integer> indexes);

} // namespace collage
} // namespace relay
Expand Down

0 comments on commit d71779d

Please sign in to comment.