Searched refs:inputToCellWeights_ (Results 1 – 3 of 3) sorted by relevance
106 inputToCellWeights_), in invoke()173 inputToCellWeights_ = inputToCellWeights; in setWeightsAndBiases()206 std::vector<uint8_t> inputToCellWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
229 inputToCellWeights_ = GetInput(operation, operands, kInputToCellWeightsTensor); in QuantizedLSTMCell()358 assignWeightsSubmatrix(inputToCellWeights_, 1 * outputSize, outputSize, weightsDims, weights); in concatenateWeights()
69 const RunTimeOperandInfo* inputToCellWeights_; variable