Home
last modified time | relevance | path

Searched refs:concat_temp_data_uint8 (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h3804 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/
Dlegacy_optimized_ops.h851 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()
Doptimized_ops.h3688 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/
Dlegacy_reference_ops.h550 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()
Dreference_ops.h2051 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()