Searched refs:StepRole (Results 1 – 3 of 3) sorted by relevance
563 using StepRole = std::tuple<uint32_t, IOType, uint32_t>; variable939 std::map<SourceOperandIndex, std::set<StepRole>> mSourceOperandToStepRoles;
253 static std::map<SourceOperandIndex, std::set<StepRole>> analyze( in analyze()275 std::map<SourceOperandIndex, std::set<StepRole>> finish() { in finish()298 std::map<SourceOperandIndex, std::set<StepRole>> mRoles;
177 using StepRole = ::android::nn::StepRole; typedef