Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc610 auto then_branch_op = rewriter.create<FuncOp>(loc, "cond_true", func_type); in matchAndRewrite() local
611 CreateCondTrueBranch(op, shape_dtype, result_type, then_branch_op, in matchAndRewrite()
623 manager.insert(then_branch_op); in matchAndRewrite()
631 /*then_branch=*/rewriter.getSymbolRefAttr(then_branch_op), in matchAndRewrite()