Searched refs:concat_temp_data_uint8 (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 3804 uint8* concat_temp_data_uint8, in LstmCell() argument 3874 concat_temp_data_uint8); in LstmCell() 3884 GEMVForLstmCell(concat_temp_shape, concat_temp_data_uint8, weights_shape, in LstmCell() 3895 concat_temp_data_uint8, fc_accum_depth, fc_batches); in LstmCell() 4086 const Dims<4>& output_activ_dims, uint8* concat_temp_data_uint8, in LstmCell() argument 4103 DimsToShape(concat_temp_dims), concat_temp_data_uint8, in LstmCell()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 851 const Dims<4>& output_activ_dims, uint8* concat_temp_data_uint8, in LstmCell() argument 868 DimsToShape(concat_temp_dims), concat_temp_data_uint8, in LstmCell()
|
D | optimized_ops.h | 3688 uint8* concat_temp_data_uint8, in LstmCell() argument 3758 concat_temp_data_uint8); in LstmCell() 3768 GEMVForLstmCell(concat_temp_shape, concat_temp_data_uint8, weights_shape, in LstmCell() 3779 concat_temp_data_uint8, fc_accum_depth, fc_batches); in LstmCell()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 550 const Dims<4>& output_activ_dims, uint8* concat_temp_data_uint8, in LstmCell() argument 567 DimsToShape(concat_temp_dims), concat_temp_data_uint8, in LstmCell()
|
D | reference_ops.h | 2051 uint8* concat_temp_data_uint8, in LstmCell() argument 2120 concat_temp_data_uint8); in LstmCell() 2134 int16 input_val = concat_temp_data_uint8[b * fc_accum_depth + d] - 128; in LstmCell()
|