Searched refs:tfl_var_op (Results 1 – 1 of 1) sorted by relevance
106 mlir::Operation* tfl_var_op = nullptr; in matchAndRewrite() local109 tfl_var_op = GetAssignVariableOp(variable_id, assign_op, builder); in matchAndRewrite()112 tfl_var_op = GetReadVariableOp(variable_id, read_op, builder); in matchAndRewrite()114 var_op->replaceAllUsesWith(tfl_var_op); in matchAndRewrite()