Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h718 void recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex);
DExecutionPlan.cpp495 mPlan->recordOutputDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand()
1893 void ExecutionPlan::recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordOutputDef() function in android::nn::ExecutionPlan