Searched refs:getOutputShapes (Results 1 – 6 of 6) sorted by relevance
295 const std::vector<OutputShape>& getOutputShapes() const;
125 const std::vector<OutputShape>& ExecutionCallback::getOutputShapes() const { in getOutputShapes() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback
396 executionCallback->notify(fallbackCallback->getStatus(), fallbackCallback->getOutputShapes(), in cpuFallbackFull()429 const auto& stepOutputShapes = fallbackCallback->getOutputShapes(); in cpuFallbackPartial()492 const auto& stepOutputShapes = stepCallback->getOutputShapes(); in asyncStartComputePartitioned()1002 const auto& outputShapes = executor.getOutputShapes(); in computeOnCpu()
206 return {callback->getStatus(), callback->getOutputShapes(), callback->getTiming()}; in executeSynchronously()
248 hidl_vec<OutputShape> outputShapes = executor.getOutputShapes(); in asyncExecute()335 hidl_vec<OutputShape> outputShapes = executor.getOutputShapes(); in executeSynchronously()410 hidl_vec<OutputShape> outputShapes = executor.getOutputShapes(); in execute()
147 const std::vector<OutputShape>& getOutputShapes() const { in getOutputShapes() function