OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_stacking_mode
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/lite/kernels/
bidirectional_sequence_rnn.cc
643
const bool
non_stacking_mode
= !use_aux_input && has_previous_bw_output;
local
644
const TfLiteTensor* bw_input =
non_stacking_mode
? aux_input : input;
645
const TfLiteTensor* real_aux_input =
non_stacking_mode
? nullptr : aux_input;
bidirectional_sequence_lstm.cc
905
const bool
non_stacking_mode
= !use_aux_input && has_previous_bw_output;
local
[
all
...]
Completed in 149 milliseconds