Advertisement

TFLite Interpreter

阅读量:

文章结构概览

  • Architechture
    • Model Structure

      • Subgraph
        • Operator
    • Class Structure

      • TfLiteNode/TfLiteRegistration
    • Interpreter Implement

      • mmap

        • TfLiteNode
        • TfLiteRegistration
        • TfLiteContext
      • Workflow

        • InterpreterBuild::operator()
        • Subgraph::Invoke()
    • Example

      • ParseNodes

      • ParseTensors

        • SetTensorParameterReadOnly()
        • SetTensorParameterReadWrite()
      • Subgraph::Invoke()

Architechture

  • PC
    • model training

    • convert model to xxx.tflite

    • Device

      • xxx.tflite interpreter

全部评论 (0)

还没有任何评论哟~