Home
last modified time | relevance | path

Searched refs:CompoundBody (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h872 struct CompoundBody : Body { struct
873 CompoundBody(const ExecutionPlan* plan) : mPlan(plan) { CHECK(plan != nullptr); } in CompoundBody() function
984 CompoundBody* compound() { in compound() argument
987 return static_cast<CompoundBody*>(mBody); in compound()
989 const CompoundBody* compound() const { in compound()
992 return static_cast<const CompoundBody*>(mBody); in compound()
DExecutionPlan.cpp655 void ExecutionPlan::CompoundBody::findModelOutputsThatAreDownstreamInputs() { in findModelOutputsThatAreDownstreamInputs()
681 void ExecutionPlan::CompoundBody::findTempsAsStepModelOutputs() { in findTempsAsStepModelOutputs()
914 int ExecutionPlan::CompoundBody::finish(const SourceModels* sourceModels, in finish()
1011 void ExecutionPlan::CompoundBody::findControlFlowBoundaryConstants( in findControlFlowBoundaryConstants()
1050 void ExecutionPlan::CompoundBody::findMemoryStepRoles() { in findMemoryStepRoles()
1900 mBody = new CompoundBody(this); in becomeCompoundIfEmpty()
2020 bool ExecutionPlan::CompoundBody::hasStepModelWithNoInputsOrNoOutputs() const { in hasStepModelWithNoInputsOrNoOutputs()
2035 void ExecutionPlan::CompoundBody::dump() const { in dump()
2066 void ExecutionPlan::CompoundBody::forEachStepRoleOfInput(uint32_t index, in forEachStepRoleOfInput()
2073 void ExecutionPlan::CompoundBody::forEachStepRoleOfOutput(uint32_t index, in forEachStepRoleOfOutput()
[all …]