Home
last modified time | relevance | path

Searched defs:cell_to_input_weights (Results 1 – 10 of 10) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/common/
DLSTMParams.h82 …T *input_to_input_weights, const T *recurrent_to_input_weights, T *cell_to_input_weights, const T … in set_cifg_params()
205 T *cell_to_input_weights() const in cell_to_input_weights() function
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc131 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in PopulateQuantizedLstmParams8x8_16() local
494 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in CheckInputTensorDimensions() local
1264 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in Eval() local
Dlstm.cc212 const TfLiteTensor* cell_to_input_weights = in PopulateQuantizedLstmParams8x8_16() local
500 const TfLiteTensor* cell_to_input_weights = in PopulateQuantizedLstmParams8x8_8() local
941 const TfLiteTensor* cell_to_input_weights = in CheckInputTensorDimensions() local
1866 const TfLiteTensor* cell_to_input_weights = in Eval() local
Dlstm_eval.cc1754 const TfLiteTensor* cell_to_input_weights, in EvalFloat()
1949 const TfLiteTensor* cell_to_input_weights, in EvalHybrid()
2223 const TfLiteTensor* cell_to_input_weights, in EvalInteger8x8_16()
2461 const TfLiteTensor* cell_to_input_weights, in EvalInteger8x8_8()
Dbidirectional_sequence_lstm.cc281 const TfLiteTensor* cell_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
Dunidirectional_sequence_lstm_test.cc2982 const std::vector<float> cell_to_input_weights = {0.3, -0.1, 0.1, -0.2}; in TEST() local
Dlstm_test.cc1802 const std::vector<float> cell_to_input_weights = {0.3, -0.1, 0.1, -0.2}; in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc349 const TfLiteTensor* cell_to_input_weights, in EvalFloat()
569 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc273 const TfLiteTensor* cell_to_input_weights, in EvalCalibration()
514 const TfLiteTensor* cell_to_input_weights = GetOptionalInputTensor( in lstm_eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc48 std::initializer_list<float> cell_to_input_weights, in LSTMOpModel()