Commit 4e437868 authored by Robert Kimball's avatar Robert Kimball

style

parent 75fd8b8d
...@@ -225,11 +225,12 @@ bool runtime::interpreter::INTExecutable::call(const vector<shared_ptr<runtime:: ...@@ -225,11 +225,12 @@ bool runtime::interpreter::INTExecutable::call(const vector<shared_ptr<runtime::
return true; return true;
} }
void runtime::interpreter::INTExecutable::generate_calls(const element::Type& type, void runtime::interpreter::INTExecutable::generate_calls(
const NodeWrapper& op, const element::Type& type,
const vector<shared_ptr<HostTensor>>& outputs, const NodeWrapper& op,
const vector<shared_ptr<HostTensor>>& inputs, const vector<shared_ptr<HostTensor>>& outputs,
FunctionInstance& instance) const vector<shared_ptr<HostTensor>>& inputs,
FunctionInstance& instance)
{ {
vector<void*> out; vector<void*> out;
vector<const void*> in; vector<const void*> in;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment