Searched refs:recurrentToCellWeights_ (Results 1 – 3 of 3) sorted by relevance
74 const RunTimeOperandInfo* recurrentToCellWeights_; variable
117 recurrentToCellWeights_), in invoke()176 recurrentToCellWeights_ = recurrentToCellWeights; in setWeightsAndBiases()209 std::vector<uint8_t> recurrentToCellWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
233 recurrentToCellWeights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in QuantizedLSTMCell()361 assignWeightsSubmatrix(recurrentToCellWeights_, 1 * outputSize, 0, weightsDims, weights); in concatenateWeights()