Skip to content

Commit a9908f4

Browse files
committed
update EP name suggestion
1 parent 25d36ab commit a9908f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution-providers/plugin-ep-libraries/development-and-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following table lists the **required** variables and functions that an imple
4343

4444
<tr>
4545
<td>GetName</td>
46-
<td>Get the execution provider name.<br/><br/>The recommended convention for a plugin execution provider name is to have the name end with the suffix "PluginExecutionProvider". E.g., "ContosoAiPluginExecutionProvider".</td>
46+
<td>Get the execution provider name.<br/><br/>The recommended convention for an execution provider name is to have the name end with the suffix "ExecutionProvider". E.g., "ContosoAiExecutionProvider".</td>
4747
<td><a href="https://github.com/microsoft/onnxruntime/blob/16ae99ede405d3d6c59d7cce80c53f5f7055aeed/onnxruntime/test/autoep/library/ep.cc#L181">ExampleEp::GetNameImpl()</a></td>
4848
</tr>
4949

0 commit comments

Comments
 (0)