Home
last modified time | relevance | path

Searched refs:StepRole (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.h563 using StepRole = std::tuple<uint32_t, IOType, uint32_t>; variable
936 std::map<SourceOperandIndex, std::set<StepRole>> mSourceOperandToStepRoles;
H A DExecutionPlan.cpp213 static std::map<SourceOperandIndex, std::set<StepRole>> analyze( in analyze()
235 std::map<SourceOperandIndex, std::set<StepRole>> finish() { in finish()
258 std::map<SourceOperandIndex, std::set<StepRole>> mRoles;
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp176 using StepRole = ::android::nn::StepRole; typedef