Searched refs:tfl_const_op (Results 1 – 1 of 1) sorted by relevance
3088 auto tfl_const_op = cast<TFL::ConstOp>(op); in matchAndRewrite() local3091 tfl_const_op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite()3094 ElementsAttr elements = tfl_const_op.value(); in matchAndRewrite()3137 auto tfl_const_op = cast<arith::ConstantOp>(op); in matchAndRewrite() local3140 tfl_const_op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite()3144 ElementsAttr attr = tfl_const_op.getValueAttr().dyn_cast<ElementsAttr>(); in matchAndRewrite()