Home
last modified time | relevance | path

Searched refs:inputToCellWeights_ (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp106 inputToCellWeights_), in invoke()
173 inputToCellWeights_ = inputToCellWeights; in setWeightsAndBiases()
206 std::vector<uint8_t> inputToCellWeights_; member in android::nn::wrapper::QuantizedLSTMOpModel
DQuantizedLSTM.cpp229 inputToCellWeights_ = GetInput(operation, operands, kInputToCellWeightsTensor); in QuantizedLSTMCell()
358 assignWeightsSubmatrix(inputToCellWeights_, 1 * outputSize, outputSize, weightsDims, weights); in concatenateWeights()
/packages/modules/NeuralNetworks/common/types/operations/include/
DQuantizedLSTM.h69 const RunTimeOperandInfo* inputToCellWeights_; variable