Lines Matching refs:RunTimeOperandInfo
27 struct RunTimeOperandInfo;
31 QuantizedLSTMCell(const hal::Operation& operation, RunTimeOperandInfo* operands);
33 static bool prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
65 const RunTimeOperandInfo* input_;
67 const RunTimeOperandInfo* inputToInputWeights_;
68 const RunTimeOperandInfo* inputToForgetWeights_;
69 const RunTimeOperandInfo* inputToCellWeights_;
70 const RunTimeOperandInfo* inputToOutputWeights_;
72 const RunTimeOperandInfo* recurrentToInputWeights_;
73 const RunTimeOperandInfo* recurrentToForgetWeights_;
74 const RunTimeOperandInfo* recurrentToCellWeights_;
75 const RunTimeOperandInfo* recurrentToOutputWeights_;
77 const RunTimeOperandInfo* inputGateBias_;
78 const RunTimeOperandInfo* forgetGateBias_;
79 const RunTimeOperandInfo* cellGateBias_;
80 const RunTimeOperandInfo* outputGateBias_;
82 const RunTimeOperandInfo* prevCellState_;
83 const RunTimeOperandInfo* prevOutput_;
85 RunTimeOperandInfo* cellStateOut_;
86 RunTimeOperandInfo* output_;