Searched defs:cell_to_input_weights (Results 1 – 10 of 10) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/common/ |
D | LSTMParams.h | 82 …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/ |
D | unidirectional_sequence_lstm.cc | 131 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
|
D | lstm.cc | 212 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
|
D | lstm_eval.cc | 1754 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()
|
D | bidirectional_sequence_lstm.cc | 281 const TfLiteTensor* cell_to_input_weights = in CheckLstmTensorDimensionsAndTypes() local
|
D | unidirectional_sequence_lstm_test.cc | 2982 const std::vector<float> cell_to_input_weights = {0.3, -0.1, 0.1, -0.2}; in TEST() local
|
D | lstm_test.cc | 1802 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/ |
D | lstm.cc | 349 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/ |
D | lstm.cc | 273 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/ |
D | lstm_full_test.cc | 48 std::initializer_list<float> cell_to_input_weights, in LSTMOpModel()
|