| 228 | #endif // INTEL_MKL |
| 229 | |
| 230 | bool IsInPreserveSet(const RemapperContext& ctx, const NodeDef* node) { |
| 231 | return ctx.nodes_to_preserve.count(node->name()) > 0; |
| 232 | } |
| 233 | |
| 234 | bool HaveSameDataType(const NodeDef* lhs, const NodeDef* rhs, |
| 235 | const string& type_attr = "T") { |
no test coverage detected