|
DP-HLS
|
#include "params.h"#include <hls_vector.h>#include <hls_stream.h>Go to the source code of this file.
Classes | |
| struct | InitialValues |
Functions | |
| InitialValues | assign_value_local () |
| InitialValues | assign_value_global () |
| void | assign_qry_local_affine (hls::stream< hls::vector< type_t, N_LAYERS >, MAX_QUERY_LENGTH > &stm) |
| void | assign_ref_local_affine (hls::stream< hls::vector< type_t, N_LAYERS >, MAX_REFERENCE_LENGTH > &stm) |
| void | assign_qry_local_linear (hls::stream< hls::vector< type_t, N_LAYERS >, MAX_QUERY_LENGTH > &stm) |
| void | assign_ref_local_linear (hls::stream< hls::vector< type_t, N_LAYERS >, MAX_REFERENCE_LENGTH > &stm) |
| void assign_qry_local_affine | ( | hls::stream< hls::vector< type_t, N_LAYERS >, MAX_QUERY_LENGTH > & | stm | ) |
| void assign_qry_local_linear | ( | hls::stream< hls::vector< type_t, N_LAYERS >, MAX_QUERY_LENGTH > & | stm | ) |
| void assign_ref_local_affine | ( | hls::stream< hls::vector< type_t, N_LAYERS >, MAX_REFERENCE_LENGTH > & | stm | ) |
| void assign_ref_local_linear | ( | hls::stream< hls::vector< type_t, N_LAYERS >, MAX_REFERENCE_LENGTH > & | stm | ) |
| InitialValues assign_value_global | ( | ) |
| InitialValues assign_value_local | ( | ) |