Home
last modified time | relevance | path

Searched refs:notify_1_2 (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/driver/sample/
DSampleDriverUtils.cpp38 const auto ret = callback->notify_1_2(convertToV1_0(status), preparedModel); in notify()
64 const auto ret = callback->notify_1_2(convertToV1_0(status), outputShapes, timing); in notify()
/frameworks/ml/nn/runtime/
DCallbacks.h114 hal::Return<void> notify_1_2(hal::V1_0::ErrorStatus status,
282 hal::Return<void> notify_1_2(hal::V1_0::ErrorStatus status,
DCallbacks.cpp61 Return<void> PreparedModelCallback::notify_1_2(V1_0::ErrorStatus errorStatus, in notify_1_2() function in android::nn::PreparedModelCallback
101 Return<void> ExecutionCallback::notify_1_2(V1_0::ErrorStatus errorStatus, in notify_1_2() function in android::nn::ExecutionCallback
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp105 callback->notify_1_2(convertToV1_0(mErrorStatus), {shape}, kBadTiming); in execute_1_2()
107 callback->notify_1_2(convertToV1_0(mErrorStatus), {}, kBadTiming); in execute_1_2()
375 actualCallback->notify_1_2( in prepareModel_1_2()
382 actualCallback->notify_1_2( in prepareModel_1_2()
386 actualCallback->notify_1_2( in prepareModel_1_2()
DTestIntrospectionControl.cpp458 callback->notify_1_2(V1_0::ErrorStatus::NONE, {}, in execute_1_2()
707 callback->notify_1_2(V1_0::ErrorStatus::NONE, in prepareModel_1_2()
DTestVersionedInterfaces.cpp340 cb->notify_1_2(returnStatus, preparedModel).isOk(); in makePreparedModel_1_2Return()
370 cb->notify_1_2(returnStatus, outputShapes, timing); in makeExecute_1_2Return()
DTestPartitioning.cpp428 callback->notify_1_2(V1_0::ErrorStatus::NONE, new PartitioningPreparedModel); in prepareModelFromCache()