Home
last modified time | relevance | path

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

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