Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc3088 auto tfl_const_op = cast<TFL::ConstOp>(op); in matchAndRewrite() local
3091 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() local
3140 tfl_const_op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite()
3144 ElementsAttr attr = tfl_const_op.getValueAttr().dyn_cast<ElementsAttr>(); in matchAndRewrite()