Lines Matching defs:operands
69 OperationExecutionContext(const Operation* operation, RunTimeOperandInfo* operands) in OperationExecutionContext()
102 RunTimeOperandInfo* operands; member in android::nn::__anonfe513d680111::OperationExecutionContext
528 RunTimeOperandInfo* operands) { in consumeOperationInputs()
546 static void freeUnusedSubgraphOperands(std::vector<RunTimeOperandInfo>* operands) { in freeUnusedSubgraphOperands()
572 std::vector<RunTimeOperandInfo> operands = initializeRunTimeInfo(model.main); in run() local
600 int CpuExecutor::executeSubgraph(const Model::Subgraph& subgraph, RunTimeOperandInfo* operands) { in executeSubgraph()
613 std::vector<RunTimeOperandInfo> operands(count); in initializeRunTimeInfo() local
669 RunTimeOperandInfo* operands) { in updateForArguments()
719 [[maybe_unused]] RunTimeOperandInfo* operands) { in executeOperation()
1693 int CpuExecutor::executeIfOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeIfOperation()
1732 int CpuExecutor::executeWhileOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeWhileOperation()
1862 const std::vector<RunTimeOperandInfo>& operands) { in setOutputShapes()