Searched refs:getInputs (Results 1 – 3 of 3) sorted by relevance
382 const auto& op = model.getOperands()[model.getInputs()[role.ioIndex]]; in allocate()419 const auto& op = model.getOperands()[model.getInputs()[role.ioIndex]]; in allocate()
80 ::android::nn::wrapper::OperandType operandType = model.getOperands()[model.getInputs()[i]]; in parseInputs()
327 const std::vector<uint32_t>& getInputs() const { return mInputs; } in getInputs() function