Lines Matching refs:tuple

205 std::tuple<int, std::vector<OutputShape>, Timing> VersionedIPreparedModel::executeAsynchronously(  in executeAsynchronously()
208 const auto failDeadObject = []() -> std::tuple<int, std::vector<OutputShape>, Timing> { in executeAsynchronously()
303 std::tuple<int, std::vector<OutputShape>, Timing> VersionedIPreparedModel::executeSynchronously( in executeSynchronously()
306 const std::tuple<int, std::vector<OutputShape>, Timing> kDeadObject = { in executeSynchronously()
312 std::tuple<int, std::vector<OutputShape>, Timing> result; in executeSynchronously()
340 std::tuple<int, std::vector<OutputShape>, Timing> result; in executeSynchronously()
362 std::tuple<int, std::vector<OutputShape>, Timing> VersionedIPreparedModel::execute( in execute()
416 std::tuple<int, hal::hidl_handle, sp<hal::IFencedExecutionCallback>, hal::Timing>
593 static std::tuple<ErrorStatus, uint32_t, uint32_t> getNumberOfCacheFilesNeededFunction( in getNumberOfCacheFilesNeededFunction()
596 constexpr std::tuple<ErrorStatus, uint32_t, uint32_t> kFailure = {ErrorStatus::GENERAL_FAILURE, in getNumberOfCacheFilesNeededFunction()
598 std::tuple<ErrorStatus, uint32_t, uint32_t> result = kFailure; in getNumberOfCacheFilesNeededFunction()
610 static std::tuple<ErrorStatus, uint32_t, uint32_t> getNumberOfCacheFilesNeededFunction( in getNumberOfCacheFilesNeededFunction()
1522 std::tuple<ErrorStatus, sp<IBuffer>, uint32_t> VersionedIDevice::allocate( in allocate()
1536 std::tuple<ErrorStatus, sp<IBuffer>, int32_t> result; in allocate()