Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp721 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal() local
1121 bool ExecutionBuilder::updateOutputShapes(ErrorStatus status, in updateOutputShapes() function in android::nn::ExecutionBuilder
1184 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes) { in toString()
1191 bool StepExecutor::updateOutputShapes(int executionResultCode, const std::vector<OutputShape>& from, in updateOutputShapes() function in android::nn::StepExecutor