Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1845 const RuntimeShape& unextended_activ_temp_shape, float* activ_temp_data) { in LstmCell() argument
1918 activ_temp_data); in LstmCell()
1927 (1.f + std::exp(-activ_temp_data[Offset(activ_temp_shape, b, h, w, in LstmCell()
1929 const float new_input = std::tanh(activ_temp_data[Offset( in LstmCell()
1933 (1.f + std::exp(-activ_temp_data[Offset(activ_temp_shape, b, h, w, in LstmCell()
1937 (1.f + std::exp(-activ_temp_data[Offset(activ_temp_shape, b, h, w, in LstmCell()
Dlegacy_reference_ops.h527 const Dims<4>& concat_temp_dims, float* activ_temp_data, in LstmCell() argument
539 DimsToShape(activ_temp_dims), activ_temp_data); in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h828 const Dims<4>& concat_temp_dims, float* activ_temp_data, in LstmCell() argument
840 DimsToShape(activ_temp_dims), activ_temp_data); in LstmCell()
Doptimized_ops.h3563 const RuntimeShape& unextended_activ_temp_shape, float* activ_temp_data) { in LstmCell() argument
3637 activ_temp_data); in LstmCell()
3642 MapAsArrayWithLastDimAsRows(activ_temp_data, activ_temp_shape); in LstmCell()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h3654 const RuntimeShape& unextended_activ_temp_shape, float* activ_temp_data) { in LstmCell() argument
3728 activ_temp_data); in LstmCell()
3733 MapAsArrayWithLastDimAsRows(activ_temp_data, activ_temp_shape); in LstmCell()
3771 const Dims<4>& concat_temp_dims, float* activ_temp_data, in LstmCell() argument
3783 DimsToShape(activ_temp_dims), activ_temp_data); in LstmCell()