Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.cpp344 uint32_t operationIndex = operationCount(); in addOperation() local
490 for (uint32_t operationIndex = 0; operationIndex < operationCount(); operationIndex++) { in sortIntoRunOrder() local
DExecutionPlan.cpp230 for (uint32_t operationIndex = 0; operationIndex < operations.size(); operationIndex++) { in OperandTracker() local
249 void OperandTracker::markProcessed(uint32_t operationIndex, OperationReadyCallback cb) { in markProcessed()
370 int ExecutionStep::addOperation(int operationIndex, const ModelBuilder& fromModel) { in addOperation()
997 auto enqueueOnAppropriateDevice = [&](uint32_t operationIndex) { in partitionTheWork()
1032 uint32_t operationIndex = queue.front(); in partitionTheWork() local
1567 for (size_t operationIndex = 0; operationIndex < operationCount; operationIndex++) { in findBestDeviceForEachOperation() local
DManager.cpp192 for (size_t operationIndex = 0; operationIndex < outSupportedOperations->size(); in getSupportedOperations() local
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp153 const uint32_t operationIndex = operationCount(); in addOperation() local
961 const uint32_t operationIndex = in TEST_P() local
DTestPartitioning.cpp228 uint32_t operationIndex) { in lookupOperation()
259 uint32_t lookupOperation(const HidlModel& model, uint32_t operationIndex) { in lookupOperation()