Searched refs:op_to_clone (Results 1 – 1 of 1) sorted by relevance
74 def _clone_helper(op_to_clone, variant_tensor_ops): argument86 for input_tensor in op_to_clone.inputs:92 for input_tensor in op_to_clone.inputs:101 op_to_clone.type,102 inputs_list, [o.dtype for o in op_to_clone.outputs],103 name=op_to_clone.name,104 attrs=op_to_clone.node_def.attr,105 op_def=_get_op_def(op_to_clone))106 remap_dict[op_to_clone] = new_op