| 52 | } |
| 53 | |
| 54 | Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, |
| 55 | const OpRegistryInterface& op_registry, |
| 56 | int node_offset) { |
| 57 | return AddDefaultAttrsToGraphDef(graph_def, op_registry, node_offset, false); |
| 58 | } |
| 59 | |
| 60 | Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, |
| 61 | const OpRegistryInterface& op_registry, |