(git:34ef472)
dbt_reshape_ops.F File Reference

Go to the source code of this file.

Modules

module  dbt_reshape_ops
 Routines to reshape / redistribute tensors.
 

Functions/Subroutines

subroutine, public dbt_reshape_ops::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 More...