Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc542 DenseElementsAttr gamma_cst; in matchAndRewrite() local
544 if (!matchPattern(gamma, m_Constant(&gamma_cst))) return failure(); in matchAndRewrite()
545 if (gamma_cst.getType().getRank() != 1) return failure(); in matchAndRewrite()
577 auto mul_rhs = ExpandTo4DForConv(gamma_cst); in matchAndRewrite()
580 auto mul_rhs = ExpandTo4DForDepthwiseConv(gamma_cst); in matchAndRewrite()
591 auto new_qtype = RescaleQtype(q_op.qtype(), gamma_cst); in matchAndRewrite()