mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-19 02:03:52 +00:00
Remove extra qualifiers
This commit is contained in:
parent
21a734861f
commit
4e8eab65ef
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace onnxruntime {
|
|||
|
||||
class Loop : public controlflow::IControlFlowKernel {
|
||||
public:
|
||||
Loop::Loop(const OpKernelInfo& info) : IControlFlowKernel(info) { Init(info); }
|
||||
Loop(const OpKernelInfo& info) : IControlFlowKernel(info) { Init(info); }
|
||||
void Init(const OpKernelInfo& info);
|
||||
|
||||
Status Compute(OpKernelContext* ctx) const override;
|
||||
|
|
|
|||
Loading…
Reference in a new issue