Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A 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);
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;
434 std::vector<SourceOperandIndex> elseBranchOutputOperands;