Searched refs:GetIntermediatesSafe (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | kernel_util.h | 142 TfLiteStatus GetIntermediatesSafe(const TfLiteContext* context,
|
D | kernel_util.cc | 176 TfLiteStatus GetIntermediatesSafe(const TfLiteContext* context, in GetIntermediatesSafe() function
|
D | unidirectional_sequence_lstm.cc | 162 GetIntermediatesSafe(context, node, i, &intermediate)); in PopulateQuantizedLstmParams8x8_16() 176 TF_LITE_ENSURE_OK(context, GetIntermediatesSafe(context, node, 4, &hidden)); in PopulateQuantizedLstmParams8x8_16()
|
D | lstm.cc | 247 GetIntermediatesSafe(context, node, i, &intermediate)); in PopulateQuantizedLstmParams8x8_16() 261 TF_LITE_ENSURE_OK(context, GetIntermediatesSafe(context, node, 4, &hidden)); in PopulateQuantizedLstmParams8x8_16()
|