Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DLayerNormLSTMTest.cpp88 bool use_cifg, bool use_peephole, bool use_projection_weights, in LayerNormLSTMOpModel() argument
94 use_peephole_(use_peephole), in LayerNormLSTMOpModel()
DLSTMTest.cpp79 bool use_cifg, bool use_peephole, bool use_projection_weights, in LSTMOpModel() argument
85 use_peephole_(use_peephole), in LSTMOpModel()
DLSTM.cpp219 params->use_peephole = !IsNullInput(cell_to_output_weights); in CheckInputTensorDimensions()
885 if (params.use_peephole) { in LSTMStep()
904 if (params.use_peephole) { in LSTMStep()
948 if (params.use_peephole) { in LSTMStep()
DUnidirectionalSequenceLSTM.cpp56 params.use_peephole = hasTensor(context, kCellToOutputWeightsTensor); in getLSTMParams()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h36 bool use_peephole; member