mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Remove redundant namespace
This commit is contained in:
parent
5205522c4f
commit
470fdc5972
1 changed files with 1 additions and 1 deletions
|
|
@ -1146,7 +1146,7 @@ struct KernelDefBuilder {
|
|||
g_host->KernelDefBuilder__MayInplace(this, input_index, output_index);
|
||||
return *this;
|
||||
}
|
||||
KernelDefBuilder& KernelDefBuilder::Alias(const std::vector<std::pair<int, int>>& aliases) {
|
||||
KernelDefBuilder& Alias(const std::vector<std::pair<int, int>>& aliases) {
|
||||
g_host->KernelDefBuilder__Alias(this, aliases);
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue