| 27 | } |
| 28 | |
| 29 | size_t PowCImpl::get_workspace_in_bytes( |
| 30 | const TensorLayout& src, const TensorLayout& dst) { |
| 31 | return make_bundle(src, dst).total_size_in_bytes(); |
| 32 | } |
| 33 | |
| 34 | template <typename T> |
| 35 | void PowCImpl::do_exec_ct( |
nothing calls this directly
no test coverage detected