Searched refs:concat_temp_data (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 827 const Dims<4>& output_activ_dims, float* concat_temp_data, in LstmCell() argument 839 DimsToShape(concat_temp_dims), concat_temp_data, in LstmCell()
|
D | optimized_ops.h | 3562 const RuntimeShape& unextended_concat_temp_shape, float* concat_temp_data, in LstmCell() argument 3629 concat_temp_data); in LstmCell() 3635 FullyConnected(fc_params, concat_temp_shape, concat_temp_data, weights_shape, in LstmCell()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 526 const Dims<4>& output_activ_dims, float* concat_temp_data, in LstmCell() argument 538 DimsToShape(concat_temp_dims), concat_temp_data, in LstmCell()
|
D | reference_ops.h | 1844 const RuntimeShape& unextended_concat_temp_shape, float* concat_temp_data, in LstmCell() argument 1910 concat_temp_data); in LstmCell() 1916 FullyConnected(fc_params, concat_temp_shape, concat_temp_data, weights_shape, in LstmCell()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 3653 const RuntimeShape& unextended_concat_temp_shape, float* concat_temp_data, in LstmCell() argument 3720 concat_temp_data); in LstmCell() 3726 FullyConnected(fc_params, concat_temp_shape, concat_temp_data, weights_shape, in LstmCell() 3770 const Dims<4>& output_activ_dims, float* concat_temp_data, in LstmCell() argument 3782 DimsToShape(concat_temp_dims), concat_temp_data, in LstmCell()
|