Searched refs:prepareLaunchStatus (Results 1 – 2 of 2) sorted by relevance
49 Return<ErrorStatus> prepareLaunchStatus = device->getInterface()->prepareModel( in compile() local51 if (!prepareLaunchStatus.isOk()) { in compile()53 << prepareLaunchStatus.description(); in compile()56 if (prepareLaunchStatus != ErrorStatus::NONE) { in compile()58 << toString(static_cast<ErrorStatus>(prepareLaunchStatus)); in compile()
562 ErrorStatus prepareLaunchStatus = mDriver->prepareModel(model, preference, in startComputeOnDevice() local564 if (prepareLaunchStatus != ErrorStatus::NONE) { in startComputeOnDevice()565 return convertErrorStatusToResultCode(prepareLaunchStatus); in startComputeOnDevice()