jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “auto”

2 shown · updated 6s ago · read only
  1. Inconsistent return with std::expected and auto return [duplicate] (stackoverflow.com)stack

    20 points by Romain in stackoverflow.com · 1h ago · stack

    I am having a compile error I do not understand while using std::expected and auto return. Here is a simplified version of the code: #include <string> #include <tuple> #include <expected> std::expected<std::tuple<double,double,double,bool,bool>,std::string> func1(bool input){ if…
  2. Does ML Kit On-device Translation require written permission if the API is never executed on Android TV or Automotive? (stackoverflow.com)stack

    15 points by user33034655 in stackoverflow.com · 3d ago · stack

    We are developing an Android application that supports smartphones, Android TV, and Automotive/embedded Android devices. Our application uses ML Kit Image Description to generate an English description of an image. We then use ML Kit On-device Translation to translate the descri…
    filed under advicegoogle-mlkit