Home
last modified time | relevance | path

Searched refs:addRole (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DMemory.h226 int addRole(const CompilationBuilder& compilation, IOType ioType, uint32_t index, float freq);
DMemory.cpp309 int MemoryBuilder::addRole(const CompilationBuilder& compilation, IOType ioType, uint32_t index, in addRole() function in android::nn::MemoryBuilder
DNeuralNetworks.cpp953 return mb->addRole(*c, IOType::INPUT, index, frequency); in ANeuralNetworksMemoryDesc_addInputRole()
966 return mb->addRole(*c, IOType::OUTPUT, index, frequency); in ANeuralNetworksMemoryDesc_addOutputRole()
DExecutionPlan.cpp220 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole() function in android::nn::__anon80e2f1320111::StepRoleAnalyzer
1012 analyzer.addRole(*step, sourceIndex, IOType::INPUT, i); in findMemoryStepRoles()
1017 analyzer.addRole(*step, sourceIndex, IOType::OUTPUT, i); in findMemoryStepRoles()