Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_ops.cc188 std::shared_ptr<mkldnn::memory::desc> bias_md; member
208 bias_md(nullptr), in ConvFwdContext()
226 context_.bias_md.reset(new memory::desc( in Setup()
233 *context_.filter_md, *context_.bias_md, *context_.dst_md, in Setup()