简体   繁体   中英

What happened with TensorFlow Lite documentation for the Interpreter class

I started working on a project using TensorFlow Lite in C++. I have often looked up information about the API in the official reference . Almost all of the methods are used were listed in the Interpreter class. However, a few days ago I noticed, that the Interpreter class has been completely removed from the documentation. Other classes are still listed there.

When searching for methods only present in the C++ API like typed_input_tensor , search results show class reference for `tflite::Interpreter``, but only return 404 when followed. Does anyone have any idea is the class reference moved to a different place, or removed alltogether?

I turns out it was just a temporary bug, everything works now, thanks Karim for pointing it out.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM