Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_variables.cc106 mlir::Operation* tfl_var_op = nullptr; in matchAndRewrite() local
109 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()