| 40 | } |
| 41 | |
| 42 | static string FileNameFromOpName(const string& op_name) { |
| 43 | return strings::StrCat(op_name, ".pbtxt"); |
| 44 | } |
| 45 | |
| 46 | static void AddNewOpToHistory(const OpDef& op, |
| 47 | OpCompatibilityLib::OpHistory* out_op_history) { |
no test coverage detected