Searched refs:StepRole (Results 1 – 3 of 3) sorted by relevance
563 using StepRole = std::tuple<uint32_t, IOType, uint32_t>; variable936 std::map<SourceOperandIndex, std::set<StepRole>> mSourceOperandToStepRoles;
213 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;
176 using StepRole = ::android::nn::StepRole; typedef