Searched refs:OperationExecutionContext (Results 1 – 1 of 1) sorted by relevance
49 class OperationExecutionContext : public IOperationExecutionContext { class50 DISALLOW_IMPLICIT_CONSTRUCTORS(OperationExecutionContext);53 OperationExecutionContext(const Operation* operation, RunTimeOperandInfo* operands) in OperationExecutionContext() function in android::nn::__anonec8350e20111::OperationExecutionContext91 const RunTimeOperandInfo* OperationExecutionContext::getInputInfo(uint32_t index) const { in getInputInfo()96 const RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) const { in getOutputInfo()101 RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) { in getOutputInfo()106 OperandType OperationExecutionContext::getInputType(uint32_t index) const { in getInputType()110 Shape OperationExecutionContext::getInputShape(uint32_t index) const { in getInputShape()114 const void* OperationExecutionContext::getInputBuffer(uint32_t index) const { in getInputBuffer()118 const OperandExtraParams OperationExecutionContext::getInputExtraParams(uint32_t index) const { in getInputExtraParams()[all …]