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::
return true;
}
void runtime::interpreter::INTExecutable::generate_calls(const element::Type& type,
const NodeWrapper& op,
const vector<shared_ptr<HostTensor>>& outputs,
const vector<shared_ptr<HostTensor>>& inputs,
FunctionInstance& instance)
void runtime::interpreter::INTExecutable::generate_calls(
const element::Type& type,
const NodeWrapper& op,
const vector<shared_ptr<HostTensor>>& outputs,
const vector<shared_ptr<HostTensor>>& inputs,
FunctionInstance& instance)
{
vector<void*> out;
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