libflame revision_anchor
|
Functions | |
FLA_Error | FLA_Obj_create_buffer_task (dim_t rs, dim_t cs, FLA_Obj obj, void *cntl) |
References FLA_Obj_create_buffer(), FLA_Obj_set_to_scalar(), and FLA_ZERO.
Referenced by FLASH_Queue_exec_task().
{ FLA_Error r_val; r_val = FLA_Obj_create_buffer( rs, cs, &obj ); FLA_Obj_set_to_scalar( FLA_ZERO, obj ); return r_val; }