Lines Matching refs:RunTimeOperandInfo
12 struct RunTimeOperandInfo;
17 std::vector<RunTimeOperandInfo>& operands);
20 std::vector<RunTimeOperandInfo>& operands, Shape* cellStateShape,
52 const RunTimeOperandInfo* input_;
54 const RunTimeOperandInfo* inputToInputWeights_;
55 const RunTimeOperandInfo* inputToForgetWeights_;
56 const RunTimeOperandInfo* inputToCellWeights_;
57 const RunTimeOperandInfo* inputToOutputWeights_;
59 const RunTimeOperandInfo* recurrentToInputWeights_;
60 const RunTimeOperandInfo* recurrentToForgetWeights_;
61 const RunTimeOperandInfo* recurrentToCellWeights_;
62 const RunTimeOperandInfo* recurrentToOutputWeights_;
64 const RunTimeOperandInfo* inputGateBias_;
65 const RunTimeOperandInfo* forgetGateBias_;
66 const RunTimeOperandInfo* cellGateBias_;
67 const RunTimeOperandInfo* outputGateBias_;
69 const RunTimeOperandInfo* prevCellState_;
70 const RunTimeOperandInfo* prevOutput_;
72 RunTimeOperandInfo* cellStateOut_;
73 RunTimeOperandInfo* output_;