Home
last modified time | relevance | path

Searched refs:add_md (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_fused.cc164 auto add_md = in Compute() local
178 add_md = dst_md = in Compute()
183 auto fuse_add_src_ = memory(add_md, this->cpu_engine_, add_buf); in Compute()
186 ReorderPd(this->cpu_engine_, add_md, this->cpu_engine_, dst_md); in Compute()
Dmkl_conv_ops.cc902 auto add_md = in AllocateOutputTensor() local
914 add_md = dst_md = in AllocateOutputTensor()
918 fuse_add_src_.reset(new memory(add_md, this->cpu_engine_, add_buf)); in AllocateOutputTensor()
921 ReorderPd(this->cpu_engine_, add_md, this->cpu_engine_, dst_md); in AllocateOutputTensor()
/external/tensorflow/tensorflow/core/util/
Dmkl_types.h26 #define ADD_MD add_md