Lines Matching defs:operands
55 OperationExecutionContext(const Operation* operation, RunTimeOperandInfo* operands) in OperationExecutionContext()
88 RunTimeOperandInfo* operands; member in android::nn::__anonec8350e20111::OperationExecutionContext
610 RunTimeOperandInfo* operands) { in consumeOperationInputs()
628 static void freeUnusedSubgraphOperands(std::vector<RunTimeOperandInfo>* operands) { in freeUnusedSubgraphOperands()
654 std::vector<RunTimeOperandInfo> operands = initializeRunTimeInfo(model.main); in run() local
682 int CpuExecutor::executeSubgraph(const Subgraph& subgraph, RunTimeOperandInfo* operands) { in executeSubgraph()
694 std::vector<RunTimeOperandInfo> operands(count); in initializeRunTimeInfo() local
743 RunTimeOperandInfo* operands) { in updateForArguments()
776 int CpuExecutor::executeOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeOperation()
1743 int CpuExecutor::executeIfOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeIfOperation()
1781 int CpuExecutor::executeWhileOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeWhileOperation()
1910 const std::vector<RunTimeOperandInfo>& operands) { in setOutputShapes()