Searched refs:GetSrcMemoryFormat (Results 1 – 6 of 6) sorted by relevance
94 memory::format GetSrcMemoryFormat() { return context_.src_fmt; } in GetSrcMemoryFormat() function in tensorflow::MklEltwiseFwdPrimitive282 memory::format GetSrcMemoryFormat() { return context_.src_fmt; } in GetSrcMemoryFormat() function in tensorflow::MklEltwiseBwdPrimitive492 if (src_md.data.format != eltwise_fwd->GetSrcMemoryFormat()) { in Compute()495 {{src_dims}, MklDnnType<T>(), eltwise_fwd->GetSrcMemoryFormat()}, in Compute()649 if (src_md.data.format != eltwise_bwd->GetSrcMemoryFormat()) { in Compute()
520 if (input_md.data.format != pooling_fwd->GetSrcMemoryFormat()) { in Compute()523 {{src_dims}, MklDnnType<T>(), pooling_fwd->GetSrcMemoryFormat()}, in Compute()
139 memory::format GetSrcMemoryFormat() const { return context_.src_fmt; } in GetSrcMemoryFormat() function in tensorflow::MklConvBwdFilterPrimitive539 if (fwd_src_md.data.format != conv_bwd_filter->GetSrcMemoryFormat()) { in Compute()
597 if (input_md.data.format != pooling_fwd->GetSrcMemoryFormat()) { in Compute()600 {{src_dims}, MklDnnType<T>(), pooling_fwd->GetSrcMemoryFormat()}, in Compute()
91 memory::format GetSrcMemoryFormat() const { return context_.src_fmt; } in GetSrcMemoryFormat() function
161 memory::format GetSrcMemoryFormat() const { return context_.src_fmt; } in GetSrcMemoryFormat() function in tensorflow::MklConvFwdPrimitive1100 if (src_md.data.format != conv_fwd->GetSrcMemoryFormat()) { in Compute()