Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc668 auto tfl_div_op = cast<TFL::DivOp>(op); in matchAndRewrite() local
671 tfl_div_op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite()
675 auto fused_activation_fn = tfl_div_op.fused_activation_functionAttr(); in matchAndRewrite()
681 tfl_div_op.lhs(), tfl_div_op.rhs()) in matchAndRewrite()
685 rewriter, op->getLoc(), tfl_div_op.rhs().getType(), tfl_div_op.rhs()); in matchAndRewrite()
687 tfl_div_op.lhs(), in matchAndRewrite()