Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 986 Bytes

File metadata and controls

29 lines (24 loc) · 986 Bytes
layout index
title About
group navigation
description TVM

{% include JB/setup %}

TVM: Tensor IR Stack for Deep Learning Systems

GitHub license Build Status

TVM is a tensor intermediate representation(IR) stack for deep learning systems. It is designed to close the gap between the productivity-focused deep learning frameworks, and the performance- and efficiency-focused hardware backends. TVM works with deep learning frameworks to provide end to end compilation to different backends.

News

    {% for post in site.posts %}
  • {{ post.date | date: "%b %-d, %Y" }} : {{ post.title }}
  • {% endfor %}