Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.cc1368 context->GetAttr("is_bias_const", &is_bias_const_)); in MklQuantizedConv2DOp()
1542 if (!is_bias_const_ || IsBiasCacheEmpty(context) || !scales_are_valid) { in GetBiasHandle()
1576 if (is_bias_const_) in GetBiasHandle()
1584 bool is_bias_const_; member in tensorflow::MklQuantizedConv2DOp