Unverified Commit 17fabc2b authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Remove using statement (#4286)

Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
parent efa46641
...@@ -119,7 +119,5 @@ namespace ngraph ...@@ -119,7 +119,5 @@ namespace ngraph
std::shared_ptr<ngraph::descriptor::Tensor> m_descriptor; std::shared_ptr<ngraph::descriptor::Tensor> m_descriptor;
bool m_stale; bool m_stale;
}; };
using TensorViewPtrs = std::vector<std::shared_ptr<Tensor>>;
} }
} }
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