Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp98 for (uint32_t operationIndex = 0; operationIndex < operations.size(); operationIndex++) { in OperandTracker() local
117 void OperandTracker::markProcessed(uint32_t operationIndex, OperationReadyCallback cb) { in markProcessed()
229 int ExecutionStep::addOperation(int operationIndex, const ModelBuilder& fromModel) { in addOperation()
821 auto enqueueOnAppropriateDevice = [&](uint32_t operationIndex) { in partitionTheWork()
860 uint32_t operationIndex = queue.front(); in partitionTheWork() local
946 for (size_t operationIndex = 0; operationIndex < operationCount; operationIndex++) { in findBestDeviceForEachOperation() local
DModelBuilder.cpp217 uint32_t operationIndex = operationCount(); in addOperation() local
351 for (uint32_t operationIndex = 0; operationIndex < operationCount(); operationIndex++) { in sortIntoRunOrder() local
DManager.cpp96 for (size_t operationIndex = 0; operationIndex < outSupportedOperations->size(); in getSupportedOperations() local
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp155 const uint32_t operationIndex = operationCount(); in addOperation() local
815 const uint32_t operationIndex = in TEST_P() local
DTestPartitioning.cpp154 uint32_t operationIndex) { in lookupOperation()
180 uint32_t lookupOperation(const HidlModel& model, uint32_t operationIndex) { in lookupOperation()