Skip to content

garfield0xff/TinyEngine2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

This project is designed to parse AI Model(tensorflow, torch) using tvm library and optimize IR Level

This project was created with reference to TinyEngine by MIT HAN Lab Link

PIPELINE

Image

TEAM

Installation

Package (Required)

  1. TVM
cmake .. \
  -DCMAKE_BUILD_TYPE=Release \
  -DUSE_LLVM=ON \
  -DUSE_CUDA=OFF \   // If you use GPU, -DUSE_CUDA=ON
  -DUSE_OPENCL=OFF \
  -DUSE_VULKAN=OFF \
  -DUSE_METAL=OFF
  1. Flatbuffers 4.8.0

Edge Device (Raspberry5)

  • Processor: Broadcom BCM2712
  • GPU: VideoCore VII
  • CPU Clock Speed: Quad-core @ 2.4GHz
  • RAM: 4GB LPDDR4X-4267 SDRAM
  • Maximum Power Consumption / Voltage: 5A @ 5V

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •