Searched refs:recurrentToInputWeights_ (Results 1 – 3 of 3) sorted by relevance
112 recurrentToInputWeights_), in invoke()175 recurrentToInputWeights_ = recurrentToInputWeights; in setWeightsAndBiases()208 std::vector<uint8_t> recurrentToInputWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
232 recurrentToInputWeights_ = GetInput(operation, operands, kRecurrentToInputWeightsTensor); in QuantizedLSTMCell()361 assignWeightsSubmatrix(recurrentToInputWeights_, 0 * outputSize, 0, weightsDims, weights); in concatenateWeights()
72 const RunTimeOperandInfo* recurrentToInputWeights_; variable