Home
last modified time | relevance | path

Searched refs:GetIntermediatesSafe (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.h142 TfLiteStatus GetIntermediatesSafe(const TfLiteContext* context,
Dkernel_util.cc176 TfLiteStatus GetIntermediatesSafe(const TfLiteContext* context, in GetIntermediatesSafe() function
Dunidirectional_sequence_lstm.cc162 GetIntermediatesSafe(context, node, i, &intermediate)); in PopulateQuantizedLstmParams8x8_16()
176 TF_LITE_ENSURE_OK(context, GetIntermediatesSafe(context, node, 4, &hidden)); in PopulateQuantizedLstmParams8x8_16()
Dlstm.cc247 GetIntermediatesSafe(context, node, i, &intermediate)); in PopulateQuantizedLstmParams8x8_16()
261 TF_LITE_ENSURE_OK(context, GetIntermediatesSafe(context, node, 4, &hidden)); in PopulateQuantizedLstmParams8x8_16()