Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jan 15, 2025
1 parent 313e859 commit 8b04052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object Transition {
graphCache.getOrElseUpdate(
aliasOrClass, {
val base = GlutenCostModel.find(aliasOrClass)
graphBuilder.build(TransitionGraph.newCostModel(base))
graphBuilder.build(TransitionGraph.asTransitionCostModel(base))
})
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object TransitionGraph {
FloydWarshallGraph.builder()
}

private[transition] def newCostModel(
private[transition] def asTransitionCostModel(
base: GlutenCostModel): FloydWarshallGraph.CostModel[Transition] = {
new TransitionCostModel(base)
}
Expand Down

0 comments on commit 8b04052

Please sign in to comment.