|
libflame
revision_anchor
|
#include <FLA_type_defs.h>
Data Fields | |
| FLA_Datatype | datatype |
| FLA_Elemtype | elemtype |
| dim_t | m |
| dim_t | n |
| dim_t | rs |
| dim_t | cs |
| dim_t | m_inner |
| dim_t | n_inner |
| unsigned long | id |
| dim_t | m_index |
| dim_t | n_index |
| dim_t | n_elem_alloc |
| void * | buffer |
| int | buffer_info |
| FLA_Uplo | uplo |
| int | n_read_blocks |
| int | n_write_blocks |
| int | n_read_tasks |
| FLASH_Dep * | read_task_head |
| FLASH_Dep * | read_task_tail |
| FLASH_Task * | write_task |
| void* FLA_Obj_struct::buffer |
| int FLA_Obj_struct::buffer_info |
Referenced by FLA_Obj_create_buffer(), FLA_Obj_create_ext(), and FLA_Obj_create_without_buffer().
| dim_t FLA_Obj_struct::cs |
| FLA_Datatype FLA_Obj_struct::datatype |
| FLA_Elemtype FLA_Obj_struct::elemtype |
| unsigned long FLA_Obj_struct::id |
| dim_t FLA_Obj_struct::m |
Referenced by FLA_Obj_create_ext(), FLA_Obj_create_without_buffer(), and FLA_Obj_flip_base().
| dim_t FLA_Obj_struct::m_index |
| dim_t FLA_Obj_struct::m_inner |
Referenced by FLA_Obj_create_ext(), FLA_Obj_create_without_buffer(), and FLA_Obj_flip_base().
| dim_t FLA_Obj_struct::n |
Referenced by FLA_Obj_create_ext(), FLA_Obj_create_without_buffer(), and FLA_Obj_flip_base().
| dim_t FLA_Obj_struct::n_elem_alloc |
Referenced by FLA_Obj_create_buffer(), FLA_Obj_create_ext(), and FLA_Obj_create_without_buffer().
| dim_t FLA_Obj_struct::n_index |
| dim_t FLA_Obj_struct::n_inner |
Referenced by FLA_Obj_create_ext(), FLA_Obj_create_without_buffer(), and FLA_Obj_flip_base().
| int FLA_Obj_struct::n_read_blocks |
Referenced by FLASH_Queue_push_input(), and FLASH_Task_free_parallel().
| int FLA_Obj_struct::n_read_tasks |
| int FLA_Obj_struct::n_write_blocks |
Referenced by FLASH_Queue_init_tasks(), and FLASH_Queue_push_output().
| FLASH_Dep* FLA_Obj_struct::read_task_head |
Referenced by FLA_Obj_create_ext(), FLA_Obj_create_without_buffer(), FLASH_Task_free(), and FLASH_Task_free_parallel().
| FLASH_Dep* FLA_Obj_struct::read_task_tail |
Referenced by FLA_Obj_create_ext(), FLA_Obj_create_without_buffer(), FLASH_Task_free(), and FLASH_Task_free_parallel().
| dim_t FLA_Obj_struct::rs |
| FLA_Uplo FLA_Obj_struct::uplo |
Referenced by FLA_Obj_structure().
| FLASH_Task* FLA_Obj_struct::write_task |