Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp382 const auto& op = model.getOperands()[model.getInputs()[role.ioIndex]]; in allocate()
419 const auto& op = model.getOperands()[model.getInputs()[role.ioIndex]]; in allocate()
DShimPreparedModel.cpp80 ::android::nn::wrapper::OperandType operandType = model.getOperands()[model.getInputs()[i]]; in parseInputs()
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h327 const std::vector<uint32_t>& getInputs() const { return mInputs; } in getInputs() function