(git:b1f098b)
Loading...
Searching...
No Matches
dbt_reshape_ops Module Reference

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
 

Detailed Description

Routines to reshape / redistribute tensors.

Author
Patrick Seewald

Function/Subroutine Documentation

◆ dbt_reshape()

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

Author
Ole Schuett

Definition at line 53 of file dbt_reshape_ops.F.

Here is the call graph for this function:
Here is the caller graph for this function: