| 840 | } |
| 841 | |
| 842 | void intl::MultipleDeviceTensorHolderBase::on_output_comp_node_stream_changed() { |
| 843 | mgb_throw(SystemError, "comp node of device tensor should not change"); |
| 844 | } |
| 845 | |
| 846 | void intl::MultipleDeviceTensorHolderBase::init_output_comp_node() { |
| 847 | for (size_t i = 0; i < m_values.size(); ++i) { |
no outgoing calls