Skip to content

Commit

Permalink
[DOCS] Phase out nnvm tutorials (apache#2783)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and wweic committed Mar 13, 2019
1 parent 9f5a877 commit 2b28359
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 150 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,8 @@ def run_doxygen(folder):
'../tutorials/optimize',
'../tutorials/autotvm',
'../tutorials/dev',
'../tutorials/vta',
'../tutorials/topi',
'../tutorials/deployment',
'../tutorials/nnvm'])
'../tutorials/deployment'])

def generate_doxygen_xml(app):
"""Run the doxygen make commands if we're on the ReadTheDocs server"""
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions tutorials/frontend/deploy_ssd_gluoncv.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
import tvm

from matplotlib import pyplot as plt
from nnvm import compiler
from nnvm.frontend import from_mxnet
from nnvm.testing.config import ctx_list
from tvm.relay.testing.config import ctx_list
from tvm import relay
from tvm.contrib import graph_runtime
from gluoncv import model_zoo, data, utils
Expand Down
139 changes: 0 additions & 139 deletions tutorials/nnvm_quick_start.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
"""
Get Started with TVM
====================
Get Started with Tensor Expression
==================================
**Author**: `Tianqi Chen <https://tqchen.github.io>`_
This is an introduction tutorial to TVM.
TVM is a domain specific language for efficient kernel construction.
This is an introduction tutorial to Tensor expression language in TVM.
TVM uses a domain specific tensor expression for efficient kernel construction.
In this tutorial, we will demonstrate the basic workflow in TVM.
In this tutorial, we will demonstrate the basic workflow to use
the tensor expression language.
"""
from __future__ import absolute_import, print_function

Expand Down

0 comments on commit 2b28359

Please sign in to comment.