Skip to content

Commit 74b2ed4

Browse files
committed
align with latest API naming
1 parent 884d63b commit 74b2ed4

File tree

1 file changed

+1
-1
lines changed
  • include/onnxruntime/ep/adapter

1 file changed

+1
-1
lines changed

include/onnxruntime/ep/adapter/node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct Node {
2727

2828
/** Gets the since version of the operator. */
2929
int SinceVersion() const noexcept {
30-
return kernel_info_.GetSinceVersion();
30+
return kernel_info_.GetOperatorSinceVersion();
3131
}
3232

3333
private:

0 commit comments

Comments
 (0)