Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dbidirectional_sequence_lstm.mod.py212 proj_clip = Float32Scalar("proj_clip", 0.0)
266 activation, cell_clip, proj_clip, merge_outputs, time_major,
H A Dbidirectional_sequence_lstm_cifg_peephole.mod.py212 proj_clip = Float32Scalar("proj_clip", 0.0)
266 activation, cell_clip, proj_clip, merge_outputs, time_major,
H A Dbidirectional_sequence_lstm_float16_batch_major.mod.py212 proj_clip = Float16Scalar("proj_clip", 0.0)
266 activation, cell_clip, proj_clip, merge_outputs, time_major,
H A Dbidirectional_sequence_lstm_float16_batch_major_merge_outputs.mod.py212 proj_clip = Float16Scalar("proj_clip", 0.0)
266 activation, cell_clip, proj_clip, merge_outputs, time_major,
H A Dbidirectional_sequence_lstm_merge_outputs.mod.py211 proj_clip = Float32Scalar("proj_clip", 0.0)
265 activation, cell_clip, proj_clip, merge_outputs, time_major,
H A Dbidirectional_sequence_lstm_aux_input.mod.py214 proj_clip = Float32Scalar("proj_clip", 0.0)
268 activation, cell_clip, proj_clip, merge_outputs, time_major,
H A Dbidirectional_sequence_lstm_float16_batch_major_aux_input.mod.py215 proj_clip = Float16Scalar("proj_clip", 0.0)
269 activation, cell_clip, proj_clip, merge_outputs, time_major,
H A Dbidirectional_sequence_lstm_norm_fw_output.mod.py213 proj_clip = Float32Scalar("proj_clip", 0.0)
267 activation, cell_clip, proj_clip, merge_outputs, time_major,
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLayerNormLSTMTest.cpp88 bool use_projection_bias, float cell_clip, float proj_clip, in LayerNormLSTMOpModel() argument
98 proj_clip_(proj_clip) { in LayerNormLSTMOpModel()
H A DLSTM.cpp94 params_.proj_clip = getScalarDataWithDefault<float>(projClipOperand, 0.0f); in LSTMCell()
98 params_.proj_clip = in LSTMCell()
156 NN_CHECK(params->proj_clip >= 0); in CheckInputTensorDimensions()
979 if (params.proj_clip > 0.0) { in LSTMStep()
981 params.proj_clip); in LSTMStep()
H A DLSTMTest.cpp80 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel() argument
90 proj_clip_(proj_clip) { in LSTMOpModel()
H A DLSTM.h35 float proj_clip; member
H A DBidirectionalSequenceLSTM.cpp178 params_.proj_clip = getScalarDataWithDefault<float>(projOperand, 0.0f); in BidirectionalSequenceLSTM()
182 params_.proj_clip = in BidirectionalSequenceLSTM()
H A DUnidirectionalSequenceLSTM.cpp108 params.proj_clip = static_cast<float>(context->getInputValue<T>(kProjClipParam)); in getLSTMParams()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dbidirectional_sequence_lstm.mod.py240 proj_clip = Float32Scalar("proj_clip", 0.0)
296 proj_clip,
H A Dbidirectional_sequence_lstm_state_output.mod.py228 proj_clip = Float32Scalar("proj_clip", 0.0)
284 proj_clip,
/aosp12/hardware/interfaces/neuralnetworks/1.0/
H A Dtypes.hal988 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal1281 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.
2496 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.
4543 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal1280 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.
2599 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.
4805 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dtypes.spec1718 * [-proj_clip, proj_clip]. If set to 0.0 then clipping is disabled.