| 21 | } |
| 22 | |
| 23 | size_t CondTakeImpl::get_workspace_in_bytes( |
| 24 | const TensorLayout& data, const TensorLayout&) { |
| 25 | return make_bundle(data.total_nr_elems()).total_size_in_bytes(); |
| 26 | } |
| 27 | |
| 28 | CondTakeImpl::Output CondTakeImpl::exec( |
| 29 | _megdnn_tensor_in data, _megdnn_tensor_in mask, _megdnn_workspace workspace, |
nothing calls this directly
no test coverage detected