Searched refs:input_modulation_gate_output (Results 1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | lstm_cell.h | 375 F0 input_modulation_gate_output = in LstmCell() local 387 input_gate_output * input_modulation_gate_output; in LstmCell()
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NELSTMLayerQuantized.cpp | 413 …const TensorInfo input_modulation_gate_output(input_modulation_gate_input.tensor_shape(), 1, DataT… in validate() local 414 …OR(NEActivationLayer::validate(&input_modulation_gate_input, &input_modulation_gate_output, Activa… in validate() 425 …RROR(NEPixelWiseMultiplication::validate(&input_gate_output, &input_modulation_gate_output, &cell_… in validate()
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLLSTMLayerQuantized.cpp | 446 …const TensorInfo input_modulation_gate_output(input_modulation_gate_input.tensor_shape(), 1, DataT… in validate() local 447 …OR(CLActivationLayer::validate(&input_modulation_gate_input, &input_modulation_gate_output, Activa… in validate() 458 …RROR(CLPixelWiseMultiplication::validate(&input_gate_output, &input_modulation_gate_output, &cell_… in validate()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | legacy_optimized_ops.h | 3289 F0 input_modulation_gate_output = in LstmCell() local 3301 input_gate_output * input_modulation_gate_output; in LstmCell() 3361 F0 input_modulation_gate_output = in LstmCell() local 3371 input_gate_output * input_modulation_gate_output; in LstmCell()
|
| D | optimized_ops.h | 2728 F0 input_modulation_gate_output = in LstmCell() local 2740 input_gate_output * input_modulation_gate_output; in LstmCell() 2800 F0 input_modulation_gate_output = in LstmCell() local 2810 input_gate_output * input_modulation_gate_output; in LstmCell()
|