Searched defs:use_projection_bias (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_lstm_test.cc | 38 bool use_projection_weights, bool use_projection_bias, float cell_clip, in HybridUnidirectionalLSTMOpModel() 2220 bool use_projection_weights, bool use_projection_bias, float cell_clip, in LayerNormUnidirectionalLSTMOpModel() 2495 bool use_projection_weights, bool use_projection_bias, in UnidirectionalSequenceLSTMIntegerOpModel()
|
H A D | lstm_test.cc | 41 bool use_projection_bias, const TensorType weight_type, in LSTMOpModel() 1316 bool use_projection_weights, bool use_projection_bias, in LSTMIntegerOpModel() 2131 bool use_peephole, bool use_projection_weights, bool use_projection_bias, in HybridSparseLSTMOpModel()
|
H A D | optional_tensor_test.cc | 33 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
|
H A D | lstm_eval.cc | 316 const bool use_projection_bias = (projection_bias != nullptr); in CalculateLstmOutputFloat() local 489 const bool use_projection_bias = (projection_bias != nullptr); in CalculateLstmOutputHybrid() local
|
H A D | bidirectional_sequence_lstm_test.cc | 35 bool use_projection_bias, bool merge_outputs, in BidirectionalLSTMOpModel()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | LSTM.h | 39 bool use_projection_bias; member
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LayerNormLSTMTest.cpp | 89 bool use_projection_bias, float cell_clip, float proj_clip, in LayerNormLSTMOpModel()
|
D | LSTMTest.cpp | 80 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
H A D | lstm_full_test.cc | 37 bool use_projection_bias, const TensorType weight_type, in LSTMOpModel()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 302 const bool use_projection_bias = (projection_bias_ptr != nullptr); in LstmStepWithAuxInput() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 139 const bool use_projection_bias = (projection_bias != nullptr); in CalculateLstmOutputCalibration() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_test.cc | 3171 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
|