Searched refs:addRole (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | Memory.h | 226 int addRole(const CompilationBuilder& compilation, IOType ioType, uint32_t index, float freq);
|
D | NeuralNetworksV2.cpp | 948 return mb->addRole(*c, IOType::INPUT, index, frequency); in ANeuralNetworksMemoryDesc_addInputRole() 961 return mb->addRole(*c, IOType::OUTPUT, index, frequency); in ANeuralNetworksMemoryDesc_addOutputRole()
|
D | Memory.cpp | 317 int MemoryBuilder::addRole(const CompilationBuilder& compilation, IOType ioType, uint32_t index, in addRole() function in android::nn::MemoryBuilder
|
D | NeuralNetworks.cpp | 993 return mb->addRole(*c, IOType::INPUT, index, frequency); in ANeuralNetworksMemoryDesc_addInputRole() 1006 return mb->addRole(*c, IOType::OUTPUT, index, frequency); in ANeuralNetworksMemoryDesc_addOutputRole()
|
D | ExecutionPlan.cpp | 260 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole() function in android::nn::__anon58bb3e6b0111::StepRoleAnalyzer 1057 analyzer.addRole(*step, sourceIndex, IOType::INPUT, i); in findMemoryStepRoles() 1062 analyzer.addRole(*step, sourceIndex, IOType::OUTPUT, i); in findMemoryStepRoles()
|