Searched refs:kProjectionWeightsTensor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.h | 48 kProjectionWeightsTensor = 16, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 147 CreateOptionalArray(model, &(lstm_cell_op->inputs[kProjectionWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 64 constexpr int kProjectionWeightsTensor = 16; // Optional variable 222 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in CheckInputTensorDimensions() 478 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Eval()
|
D | lstm.cc | 88 constexpr int kProjectionWeightsTensor = 16; // Optional variable 239 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in CheckInputTensorDimensions() 563 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Eval()
|