Searched refs:tfl_qconst_op (Results 1 – 2 of 2) sorted by relevance
68 auto tfl_qconst_op = cast<TFL::QConstOp>(op); in matchAndRewrite() local72 tfl_qconst_op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in matchAndRewrite()89 tfl_qconst_op.value().cast<DenseElementsAttr>(); in matchAndRewrite()
3114 auto tfl_qconst_op = cast<TFL::QConstOp>(op); in matchAndRewrite() local3117 tfl_qconst_op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite()3120 ElementsAttr elements = tfl_qconst_op.value(); in matchAndRewrite()