Searched refs:ExecutionResult (Results 1 – 15 of 15) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 269 ::aidl::android::hardware::neuralnetworks::ExecutionResult* executionResult) { in executeSynchronously() 334 ExecutionResult{sufficientSize, in executeSynchronously() 353 ExecutionResult* executionResult) override; 375 ExecutionResult* executionResult) { in executeSynchronously()
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriver.h | 121 aidl_hal::ExecutionResult* executionResult) override; 170 aidl_hal::ExecutionResult* executionResult) override;
|
D | SampleDriver.cpp | 389 int64_t loopTimeoutDurationNs, aidl_hal::ExecutionResult* executionResult) { in executeSynchronously() 610 aidl_hal::ExecutionResult* executionResult) { in executeSynchronously()
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | IExecution.h | 97 virtual ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> compute(
|
D | IBurst.h | 113 virtual ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> execute(
|
D | IPreparedModel.h | 88 virtual ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> execute(
|
D | Types.h | 229 using ExecutionResult = base::expected<Type, ExecutionError>; variable
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalBurst.h | 41 ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> execute(
|
D | CanonicalPreparedModel.cpp | 73 ExecutionResult<T> makeExecutionResult(GeneralResult<T> result) { in makeExecutionResult() 136 ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> PreparedModel::execute( in execute()
|
D | CanonicalBurst.cpp | 42 ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> Burst::execute( in execute()
|
D | CanonicalPreparedModel.h | 42 ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> execute(
|
/packages/modules/NeuralNetworks/common/include/ |
D | DefaultExecution.h | 43 ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> compute( in compute()
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimPreparedModel.h | 50 ExecutionResult* executionResults) override;
|
/packages/modules/NeuralNetworks/tools/api/ |
D | Types.t | 138 using ExecutionResult = base::expected<Type, ExecutionError>;
|
/packages/modules/NeuralNetworks/runtime/ |
D | Manager.cpp | 535 ExecutionResult<std::pair<std::vector<OutputShape>, Timing>> result; in execute()
|