Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_fused.cc39 ctx->GetAttr("is_filter_const", &(this->is_weight_const_))); in MklFusedMatMulOp()
121 (this->is_weight_const_) ? memory::format_tag::any : weight_format, in Compute()
229 if (this->is_weight_const_) { in Compute()
Dmkl_qmatmul_op.cc152 this->is_weight_const_ = false; in MklDnnQuantizedMatMulOp()
155 &(this->is_weight_const_))); in MklDnnQuantizedMatMulOp()
266 if (this->is_weight_const_) { in Compute()
Dmkl_matmul_ops_common.h499 bool is_weight_const_; variable