| 1177 | } |
| 1178 | |
| 1179 | static string Key(StringPiece op_type, const DeviceType& device_type, |
| 1180 | StringPiece label) { |
| 1181 | return strings::StrCat(op_type, ":", DeviceTypeString(device_type), ":", |
| 1182 | label); |
| 1183 | } |
| 1184 | |
| 1185 | namespace kernel_factory { |
| 1186 |
no test coverage detected