| 36 | LITE_DYN_TYPE_OBJ_FINAL_IMPL(NetworkImplDft); |
| 37 | |
| 38 | void NetworkImplDft::set_config(const Config& config) { |
| 39 | *m_user_config = config; |
| 40 | m_compnode_locator = to_compnode_locator(m_user_config->device_type); |
| 41 | m_compnode_locator.device = config.device_id; |
| 42 | } |
| 43 | |
| 44 | void NetworkImplDft::shared_weight_with(const NetworkImplBase* src_network) { |
| 45 | application_config(); |
no outgoing calls
no test coverage detected