How to get relay op strategy

how can we get all relay op strategy from c++ side? As I know we add strategy for an op by strategy.add_implementation(compute, schedule, …). If I want to get an op’s strategy, can i get the schedule for this op.

Not sure, but this is probably a good place to start looking in the source:

thank you very much:)

1 Like