Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp259 int ExecutionBuilder::setOutput(uint32_t index, const ANeuralNetworksOperandType* type, in setOutput() function in android::nn::ExecutionBuilder
DExecutionPlan.cpp1621 void ExecutionPlan::Controller::setOutput(const SourceOperandIndex& outerOperand, in setOutput() function in android::nn::ExecutionPlan::Controller
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp2444 auto setOutput = [&e](uint32_t index, float* buffer, bool bigEnough, bool specified, in executeCompilationAndCompareOutput() local