Searched refs:getExecutionResult (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstController.cpp | 586 static std::tuple<int, std::vector<V1_2::OutputShape>, V1_2::Timing, bool> getExecutionResult( in getExecutionResult() function 590 getExecutionResult(convertToV1_3(status), std::move(outputShapes), timing); in getExecutionResult() 612 return getExecutionResult(V1_0::ErrorStatus::GENERAL_FAILURE, {}, kNoTiming12, in compute() 621 return getExecutionResult(V1_0::ErrorStatus::GENERAL_FAILURE, {}, kNoTiming12, in compute() 628 return getExecutionResult(status, std::move(outputShapes), timing, /*fallback=*/false); in compute()
|
D | LegacyHalUtils.cpp | 225 std::tuple<int, std::vector<OutputShape>, Timing> getExecutionResult( in getExecutionResult() function 228 return getExecutionResult(uncheckedConvert(status), uncheckedConvert(outputShapes), in getExecutionResult()
|
D | LegacyUtils.cpp | 1776 std::tuple<int, std::vector<OutputShape>, Timing> getExecutionResult( in getExecutionResult() function
|
/packages/modules/NeuralNetworks/common/include/ |
D | LegacyUtils.h | 259 std::tuple<int, std::vector<OutputShape>, Timing> getExecutionResult(
|
D | LegacyHalUtils.h | 184 std::tuple<int, std::vector<OutputShape>, Timing> getExecutionResult(
|