| 445 | } |
| 446 | |
| 447 | void TensorImplDft::set_get_memory_callback( |
| 448 | const std::function<void(TensorImplDft*)>& cb) { |
| 449 | m_get_memory_callback = cb; |
| 450 | } |
| 451 | |
| 452 | void TensorImplDft::device_share_host_memory() { |
| 453 | if (is_host()) { |
no outgoing calls
no test coverage detected