TensorFlowlite C++ Api

TensorFlow Lite API Reference

tflite

  • Classes
    tflite::ErrorReporter : 错误信息
    tflite::FlatBufferModel:读取model,你自己训练好的model
    tflite::Interpreter:输出张量结点图的解释器
    tflite::InterpreterBuilder:初始化model
    tflite::OpResolver:抽象接口,在给定操作码或自定义操作名称的情况下返回TfLiteRegistrations。
    tflite::TfLiteVerifier:验证给定模型是否合法的抽象接口。

你可能感兴趣的:(TensorFlowlite C++ Api)