Home
last modified time | relevance | path

Searched defs:input_gate (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc275 Value* forget_gate, Value* input_gate, in BuildCellStateUpdate()
493 Value* input_gate; in ParseLSTMAttributes() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp462 …TensorInfo input_gate = TensorInfo(TensorShape(num_cells, num_batches), 1, input->data_type()… in validate() local
/external/ComputeLibrary/tests/validation/fixtures/
DLSTMLayerFixture.h426 SimpleTensor<T> input_gate; in compute_reference() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLSTMLayer.cpp493 …TensorInfo input_gate = TensorInfo(TensorShape(num_cells, num_batches), 1, input->data_type()… in validate() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc101 const float* input_gate, float* forget_gate, in UpdateLstmCellFloat()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc219 const float* input_gate, float* forget_gate, in UpdateLstmCellFloat()
572 int32_t cell_state_scale, const int16_t* input_gate, in UpdateLstmCellInteger()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h531 const float input_gate = in LstmCell() local