Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Doptional_tensor_test.cc33 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel() argument
86 if (use_projection_bias) { in LSTMOpModel()
Dunidirectional_sequence_lstm_test.cc35 bool use_projection_bias, float cell_clip, in UnidirectionalLSTMOpModel() argument
93 if (use_projection_bias) { in UnidirectionalLSTMOpModel()
290 bool use_projection_weights, bool use_projection_bias, float cell_clip, in HybridUnidirectionalLSTMOpModel() argument
295 use_cifg, use_peephole, use_projection_weights, use_projection_bias, in HybridUnidirectionalLSTMOpModel()
2472 bool use_projection_weights, bool use_projection_bias, float cell_clip, in LayerNormUnidirectionalLSTMOpModel() argument
2477 use_cifg, use_peephole, use_projection_weights, use_projection_bias, in LayerNormUnidirectionalLSTMOpModel()
2747 bool use_projection_weights, bool use_projection_bias, in UnidirectionalSequenceLSTMIntegerOpModel() argument
2838 if (use_projection_bias) { in UnidirectionalSequenceLSTMIntegerOpModel()
Dlstm_test.cc41 bool use_projection_bias, const TensorType weight_type, in LSTMOpModel() argument
96 if (use_projection_bias) { in LSTMOpModel()
1316 bool use_projection_weights, bool use_projection_bias, in LSTMIntegerOpModel() argument
1406 if (use_projection_bias) { in LSTMIntegerOpModel()
2131 bool use_peephole, bool use_projection_weights, bool use_projection_bias, in HybridSparseLSTMOpModel() argument
2206 if (use_projection_bias) { in HybridSparseLSTMOpModel()
Dbidirectional_sequence_lstm_test.cc35 bool use_projection_bias, bool merge_outputs, in BidirectionalLSTMOpModel() argument
97 if (use_projection_bias) { in BidirectionalLSTMOpModel()
152 if (use_projection_bias) { in BidirectionalLSTMOpModel()
Dlstm_eval.cc275 const bool use_projection_bias = (projection_bias != nullptr); in CalculateLstmOutputFloat() local
278 if (use_projection_bias) { in CalculateLstmOutputFloat()
447 const bool use_projection_bias = (projection_bias != nullptr); in CalculateLstmOutputHybrid() local
450 if (use_projection_bias) { in CalculateLstmOutputHybrid()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc37 bool use_projection_bias, const TensorType weight_type, in LSTMOpModel() argument
116 if (use_projection_bias) { in LSTMOpModel()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc138 const bool use_projection_bias = (projection_bias != nullptr); in CalculateLstmOutputCalibration() local
141 if (use_projection_bias) { in CalculateLstmOutputCalibration()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc293 const bool use_projection_bias = (projection_bias_ptr != nullptr); in LstmStepWithAuxInput() local
299 if (use_projection_bias) { in LstmStepWithAuxInput()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3094 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel() argument
3149 if (use_projection_bias) { in LSTMOpModel()