Home
last modified time | relevance | path

Searched refs:total_input_depth (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1884 const int total_input_depth = prev_activ_depth + input_depth; in LstmCell() local
1886 total_input_depth); in LstmCell()
1891 intern_activ_depth * total_input_depth); in LstmCell()
2091 const int total_input_depth = prev_activ_depth + input_depth; in LstmCell() local
2093 total_input_depth); in LstmCell()
2097 intern_activ_depth * total_input_depth); in LstmCell()
2107 const int fc_accum_depth = total_input_depth; in LstmCell()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h3694 const int total_input_depth = prev_activ_depth + input_depth; in LstmCell() local
3696 total_input_depth); in LstmCell()
3701 intern_activ_depth * total_input_depth); in LstmCell()
3845 const int total_input_depth = prev_activ_depth + input_depth; in LstmCell() local
3847 total_input_depth); in LstmCell()
3851 intern_activ_depth * total_input_depth); in LstmCell()
3861 const int fc_accum_depth = total_input_depth; in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3603 const int total_input_depth = prev_activ_depth + input_depth; in LstmCell() local
3605 total_input_depth); in LstmCell()
3610 intern_activ_depth * total_input_depth); in LstmCell()
3729 const int total_input_depth = prev_activ_depth + input_depth; in LstmCell() local
3731 total_input_depth); in LstmCell()
3735 intern_activ_depth * total_input_depth); in LstmCell()
3745 const int fc_accum_depth = total_input_depth; in LstmCell()