Searched refs:OperationExecutionContext (Results 1 – 1 of 1) sorted by relevance
65 class OperationExecutionContext : public IOperationExecutionContext { class66 DISALLOW_IMPLICIT_CONSTRUCTORS(OperationExecutionContext);69 OperationExecutionContext(const Operation* operation, RunTimeOperandInfo* operands) in OperationExecutionContext() function in android::nn::__anonfe513d680111::OperationExecutionContext107 const RunTimeOperandInfo* OperationExecutionContext::getInputInfo(uint32_t index) const { in getInputInfo()112 const RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) const { in getOutputInfo()117 RunTimeOperandInfo* OperationExecutionContext::getOutputInfo(uint32_t index) { in getOutputInfo()122 OperandType OperationExecutionContext::getInputType(uint32_t index) const { in getInputType()126 Shape OperationExecutionContext::getInputShape(uint32_t index) const { in getInputShape()130 const void* OperationExecutionContext::getInputBuffer(uint32_t index) const { in getInputBuffer()134 const Operand::ExtraParams& OperationExecutionContext::getInputExtraParams(uint32_t index) const { in getInputExtraParams()[all …]