Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_ops.cc1510 if (this->input_bias_ != nullptr) { in ~MklQuantizedConv2DOp()
1511 delete this->input_bias_; in ~MklQuantizedConv2DOp()
1512 input_bias_ = nullptr; in ~MklQuantizedConv2DOp()
1657 input_bias_ = new memory(conv_fwd_pd->bias_primitive_desc(), bias_buf); in GetBiasHandle()
1660 input_bias_->get_primitive_desc(), scaled_bias_->get_primitive_desc(), in GetBiasHandle()
1662 net.push_back(mkldnn::reorder(reorder_desc, *input_bias_, *scaled_bias_)); in GetBiasHandle()
1670 memory* input_bias_ = nullptr; member in tensorflow::MklQuantizedConv2DOp