| 11 | } |
| 12 | |
| 13 | CompNodeValue::ref_t InterpreterValue::comp_node() const { |
| 14 | if (!m_comp_node) { |
| 15 | m_comp_node = CompNodeValue::make( |
| 16 | handle()->channel()->get_device(handle()->handle())); |
| 17 | } |
| 18 | return m_comp_node; |
| 19 | } |
| 20 | |
| 21 | ShapeValue::ref_t InterpreterValue::shape() const { |
| 22 | if (!m_shape) { |