Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h413 struct IfStep { struct
415 size_t index = ~size_t(0);
417 size_t thenStepIndex = ~size_t(0);
419 size_t elseStepIndex = ~size_t(0);
422 SourceOperandIndex conditionOperandIndex = {~uint32_t(0), ~uint32_t(0)};
424 std::vector<SourceOperandIndex> outerInputOperands;
426 std::vector<SourceOperandIndex> outerOutputOperands;
428 std::vector<SourceOperandIndex> thenBranchInputOperands;
430 std::vector<SourceOperandIndex> thenBranchOutputOperands;
432 std::vector<SourceOperandIndex> elseBranchInputOperands;
[all …]