Home
last modified time | relevance | path

Searched defs:use_cifg (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc102 const float* cell_gate, bool use_cifg, float clip) { in UpdateLstmCellFloat()
189 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepCalibration() local
311 const bool use_cifg = (input_to_input_weights == nullptr); in EvalCalibration() local
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc151 const bool use_cifg = (input_to_input_weights == nullptr); in PopulateQuantizedLstmParams8x8_16() local
517 const bool use_cifg = (input_to_input_weights == nullptr); in CheckInputTensorDimensions() local
961 const bool use_cifg = (input_to_input_weights == nullptr); in Prepare() local
Dlstm_eval.cc62 const int8_t* projection_weights_ptr, bool use_cifg, in ComputeRowSums()
220 const float* cell_gate, bool use_cifg, float clip) { in UpdateLstmCellFloat()
574 bool use_cifg, int16_t clip) { in UpdateLstmCellInteger()
838 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepFloat() local
1039 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepHybrid() local
1389 const bool use_cifg = (input_to_input_weight_ptr == nullptr); in LstmStepInteger8x8_16() local
1733 const bool use_cifg = (input_to_input_weights == nullptr); in EvalFloat() local
1931 const bool use_cifg = (input_to_input_weights == nullptr); in EvalHybrid() local
Dlstm.cc236 const bool use_cifg = (input_to_input_weights == nullptr); in PopulateQuantizedLstmParams8x8_16() local
540 const bool use_cifg = (input_to_input_weights == nullptr); in PopulateQuantizedLstmParams8x8_8() local
877 const bool use_cifg = (input_to_input_weights == nullptr); in CheckInputTensorDimensions() local
1417 const bool use_cifg = (input_to_input_weights == nullptr); in Prepare() local
1600 const bool use_cifg = (input_to_input_weights == nullptr); in Prepare() local
Doptional_tensor_test.cc31 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in LSTMOpModel()
Dunidirectional_sequence_lstm_test.cc33 int sequence_length, bool time_major, bool use_cifg, in UnidirectionalLSTMOpModel()
289 bool time_major, bool use_cifg, bool use_peephole, in HybridUnidirectionalLSTMOpModel()
2471 bool time_major, bool use_cifg, bool use_peephole, in LayerNormUnidirectionalLSTMOpModel()
2746 bool time_major, bool use_cifg, bool use_peephole, in UnidirectionalSequenceLSTMIntegerOpModel()
Dlstm_test.cc39 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in LSTMOpModel()
1315 bool use_cifg, bool use_peephole, in LSTMIntegerOpModel()
2130 int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in HybridSparseLSTMOpModel()
Dbidirectional_sequence_lstm.cc309 const bool use_cifg = (input_to_input_weights == nullptr); in CheckLstmTensorDimensionsAndTypes() local
Dbidirectional_sequence_lstm_test.cc33 int sequence_length, bool use_cifg, in BidirectionalLSTMOpModel()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc72 const bool use_cifg = (input_to_input_weights_ptr == nullptr); in LstmStepWithAuxInput() local
380 const bool use_cifg = (input_to_input_weights == nullptr); in EvalFloat() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h109 bool use_cifg = in GetLstmProperty() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc35 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in LSTMOpModel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3092 LSTMOpModel(int n_batch, int n_input, int n_cell, int n_output, bool use_cifg, in LSTMOpModel()