Searched refs:is_weight_const_ (Results 1 – 3 of 3) sorted by relevance
39 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()
152 this->is_weight_const_ = false; in MklDnnQuantizedMatMulOp()155 &(this->is_weight_const_))); in MklDnnQuantizedMatMulOp()266 if (this->is_weight_const_) { in Compute()
499 bool is_weight_const_; variable