Home
last modified time | relevance | path

Searched defs:operationIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp99 for (uint32_t operationIndex = 0; operationIndex < operations.size(); operationIndex++) { in OperandTracker() local
118 void OperandTracker::markProcessed(uint32_t operationIndex, OperationReadyCallback cb) { in markProcessed()
222 int ExecutionStep::addOperation(int operationIndex, const ModelBuilder& fromModel) { in addOperation()
705 auto enqueueOnAppropriateDevice = [&](uint32_t operationIndex) { in partitionTheWork()
744 uint32_t operationIndex = queue.front(); in partitionTheWork() local
831 for (size_t operationIndex = 0; operationIndex < operationCount; operationIndex++) { in findBestDeviceForEachOperation() local
DModelBuilder.cpp196 uint32_t operationIndex = operationCount(); in addOperation() local
304 for (uint32_t operationIndex = 0; operationIndex < operationCount(); operationIndex++) { in sortIntoRunOrder() local
DManager.cpp89 for (size_t operationIndex = 0; operationIndex < outSupportedOperations->size(); in getSupportedOperations() local
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp138 uint32_t operationIndex) { in lookupOperation()
164 uint32_t lookupOperation(const HidlModel& model, uint32_t operationIndex) { in lookupOperation()