Searched refs:recurrentToOutputWeights_ (Results 1 – 3 of 3) sorted by relevance
121 recurrentToOutputWeights_), in invoke()178 recurrentToOutputWeights_ = recurrentToOutputWeights; in setWeightsAndBiases()211 std::vector<uint8_t> recurrentToOutputWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
235 recurrentToOutputWeights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in QuantizedLSTMCell()364 assignWeightsSubmatrix(recurrentToOutputWeights_, 3 * outputSize, 0, weightsDims, weights); in concatenateWeights()
75 const RunTimeOperandInfo* recurrentToOutputWeights_; variable