![]() |
(git:33f85d8)
|
Routines to reshape / redistribute tensors. More...
Functions/Subroutines | |
subroutine, public | dbt_reshape (tensor_in, tensor_out, summation, move_data) |
copy data (involves reshape) tensor_out = tensor_out + tensor_in move_data memory optimization: transfer data from tensor_in to tensor_out s.t. tensor_in is empty on return | |
Routines to reshape / redistribute tensors.
subroutine, public dbt_reshape_ops::dbt_reshape | ( | type(dbt_type), intent(inout) | tensor_in, |
type(dbt_type), intent(inout) | tensor_out, | ||
logical, intent(in), optional | summation, | ||
logical, intent(in), optional | move_data | ||
) |
copy data (involves reshape) tensor_out = tensor_out + tensor_in move_data memory optimization: transfer data from tensor_in to tensor_out s.t. tensor_in is empty on return
Definition at line 53 of file dbt_reshape_ops.F.