Vengineerの戯言

人生は短いけど、長いです。人生を楽しみましょう!

Android Pで Neural Networks API



3月7日(水曜日)に、「TensorFlow Lite & Android 8.1 NN API ソースコード解析」独演会やったばっかりなのに、


Android Neural Networks APIandroid-p-preview-1 版のソースコードも公開されているしね。。。

バージョンも V1.0 から V1.1 になったよ。

引用
  At the time, Google's neural network API supported on-device model creation, 
  compilation, and execution, meaning you could not only build a model as required on the device, 
  but you could also run it. 

  Now Google is adding a bunch of new tools for neural networks in Android P: 
    "Pad, BatchToSpaceND, SpaceToBatchND, Transpose, Strided Slice, Mean, Div, Sub, and Squeeze."

だってよ。


引用
  Neural Networks API 1.1

    The Neural Networks API was introduced in Android 8.1 (API level 27) 
    to accelerate on-device machine learning on Android. 

    Android P expands and improving the API, adding support for nine new ops 
      — Pad, BatchToSpaceND, SpaceToBatchND, Transpose, Strided Slice, Mean, Div, Sub, and Squeeze.