Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h719 void recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex);
DExecutionPlan.cpp476 mPlan->recordTemporaryDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand()
1900 void ExecutionPlan::recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordTemporaryDef() function in android::nn::ExecutionPlan