Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.cpp797 float* cell_scratch = nullptr; in LSTMStep() local
801 cell_scratch = scratch_buffer_buffer; in LSTMStep()
802 forget_gate_scratch = cell_scratch + n_cell * n_batch; in LSTMStep()
803 output_gate_scratch = cell_scratch + 2 * n_cell * n_batch; in LSTMStep()
806 cell_scratch = input_gate_scratch + n_cell * n_batch; in LSTMStep()
820 cell_scratch); in LSTMStep()
829 std::fill_n(cell_scratch, n_cell * n_batch, 0.0f); in LSTMStep()
844 cell_scratch, /*result_stride*/ 1); in LSTMStep()
863 cell_scratch, /*result_stride=*/1); in LSTMStep()
881 cell_scratch, /*result_stride*/ 1); in LSTMStep()
[all …]