Home
last modified time | relevance | path

Searched refs:kAuxInputQuantized (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_rnn.cc76 kAuxInputQuantized = 8, enumerator
328 node->temporaries->data[kAuxInputQuantized] = in Prepare()
329 op_data->scratch_tensor_index + kAuxInputQuantized; in Prepare()
332 GetTemporarySafe(context, node, kAuxInputQuantized, in Prepare()
819 use_aux_input ? GetTemporary(context, node, kAuxInputQuantized) in Eval()
Dbidirectional_sequence_lstm.cc153 kAuxInputQuantized = 18, // Optional, quantized tensor for auxiliary input. enumerator
948 node->temporaries->data[kAuxInputQuantized] = in Prepare()
949 op_data->scratch_tensor_index + kAuxInputQuantized; in Prepare()
952 GetTemporarySafe(context, node, kAuxInputQuantized, in Prepare()
1248 use_aux_input ? GetTemporary(context, node, kAuxInputQuantized) in Eval()