| 589 | } |
| 590 | |
| 591 | void CompiledTransformation::recompile() { |
| 592 | mgb_assert(m_executable); |
| 593 | m_executable = m_graph->compile(m_output_spec); |
| 594 | } |
| 595 | |
| 596 | void CompiledTransformation::assert_tensor_equal(ValueRef lhs, ValueRef rhs) { |
| 597 | if (!lhs.is<HostValue>()) { |