Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dconvert_tfl_uint8.cc68 auto tfl_qconst_op = cast<TFL::QConstOp>(op); in matchAndRewrite() local
72 tfl_qconst_op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in matchAndRewrite()
89 tfl_qconst_op.value().cast<DenseElementsAttr>(); in matchAndRewrite()
Dlegalize_tfl.cc3114 auto tfl_qconst_op = cast<TFL::QConstOp>(op); in matchAndRewrite() local
3117 tfl_qconst_op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite()
3120 ElementsAttr elements = tfl_qconst_op.value(); in matchAndRewrite()