Commit 3b61a518 authored by Robert Kimball's avatar Robert Kimball

remove m_return per review comment

parent 953a80f6
......@@ -55,9 +55,7 @@ namespace ngraph
void tensor_call(const std::vector<std::shared_ptr<TensorView>>& inputs,
const std::vector<std::shared_ptr<TensorView>>& outputs);
void set_return() { m_return = true; }
protected:
bool m_return;
EntryPoint m_compiled_function;
};
}
......
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