Commit b48b4122 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

Cosmetic change while we update the IAT design document so

unnecessary prefixes can be avoided
parent 9da5e7c1
......@@ -37,7 +37,7 @@ namespace ngraph
{
public:
MKLDNNEmitter(std::shared_ptr<CPU_ExternalFunction> ef)
: external_function(ef)
: m_external_function(ef)
{
}
......@@ -69,7 +69,7 @@ namespace ngraph
const ngraph::CoordinateDiff& padding_above);
private:
std::shared_ptr<CPU_ExternalFunction> external_function;
std::shared_ptr<CPU_ExternalFunction> m_external_function;
std::vector<mkldnn::primitive*> mkldnn_primitives;
std::vector<mkldnn::stream> mkldnn_streams;
std::unordered_map<size_t, std::vector<size_t>> primitive_deps;
......
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