Searched refs:kProjectionWeightsTensor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
D | lstm_utils.h | 45 kProjectionWeightsTensor = 16, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 136 CreateOptionalArray(model, &(lstm_cell_op->inputs[kProjectionWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/ |
D | lstm.cc | 63 constexpr int kProjectionWeightsTensor = 16; // Optional variable 196 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in CheckInputTensorDimensions() 344 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Eval()
|
D | unidirectional_sequence_lstm.cc | 63 constexpr int kProjectionWeightsTensor = 16; // Optional variable 196 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in CheckInputTensorDimensions() 346 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Eval()
|