Home
last modified time | relevance | path

Searched defs:IfStep (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.h264 struct IfStep { struct
266 size_t index = ~size_t(0);
268 size_t thenStepIndex = ~size_t(0);
270 size_t elseStepIndex = ~size_t(0);
273 SourceOperandIndex conditionOperandIndex = {~uint32_t(0), ~uint32_t(0)};
275 std::vector<SourceOperandIndex> outerInputOperands;
277 std::vector<SourceOperandIndex> outerOutputOperands;
279 std::vector<SourceOperandIndex> thenBranchInputOperands;
281 std::vector<SourceOperandIndex> thenBranchOutputOperands;
283 std::vector<SourceOperandIndex> elseBranchInputOperands;
[all …]