Searched defs:getOutputInfo (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ | ||
D | ExecutionBuilder.h | 151 const ModelArgumentInfo& getOutputInfo(uint32_t index) const { return mOutputs[index]; } in getOutputInfo() function |
/packages/modules/NeuralNetworks/common/ | ||
D | CpuExecutor.cpp | 112 const RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) const { in getOutputInfo() function in android::nn::__anonfe513d680111::OperationExecutionContext |