Searched refs:getOutputInfo (Results 1 – 1 of 1) sorted by relevance
73 const RunTimeOperandInfo* getOutputInfo(uint32_t index) const;74 RunTimeOperandInfo* getOutputInfo(uint32_t index);87 const RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) const { in getOutputInfo() function in android::nn::__anon6e12a00b0111::OperationExecutionContext92 RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) { in getOutputInfo() function in android::nn::__anon6e12a00b0111::OperationExecutionContext114 return getOutputInfo(index)->type; in getOutputType()118 return getOutputInfo(index)->shape(); in getOutputShape()122 return getOutputInfo(index)->buffer; in getOutputBuffer()209 return setInfoAndAllocateIfNeeded(getOutputInfo(index), shape, &result); in setOutputShape()217 return getOutputInfo(index)->lifetime == OperandLifeTime::NO_VALUE; in isOmittedOutput()