Go to the source code of this file.
|
| module | dbt_io |
| | DBT tensor Input / Output.
|
| |
|
| subroutine, public | dbt_io::dbt_write_tensor_info (tensor, unit_nr, full_info) |
| | Write tensor global info: block dimensions, full dimensions and process grid dimensions.
|
| |
| subroutine, public | dbt_io::dbt_write_tensor_dist (tensor, unit_nr) |
| | Write info on tensor distribution & load balance.
|
| |
| subroutine, public | dbt_io::dbt_write_blocks (tensor, io_unit_master, io_unit_all, write_int) |
| | Write all tensor blocks.
|
| |
| subroutine, public | dbt_io::dbt_write_block (name, blk_size, blk_index, proc, unit_nr, blk_values_2, blk_values_3, blk_values_4, write_int) |
| | Write a tensor block.
|
| |
| subroutine, public | dbt_io::dbt_write_block_indices (tensor, io_unit_master, io_unit_all) |
| |
| subroutine, public | dbt_io::dbt_write_split_info (pgrid, unit_nr) |
| |
| integer function, public | dbt_io::prep_output_unit (unit_nr) |
| |