• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

android_camera/H11-Nov-2020-1,7261,112

android_deploy/H11-Nov-2020-1,573961

android_rpc/H11-Nov-2020-1,534881

benchmark/H11-Nov-2020-603421

bundle_deploy/H11-Nov-2020-1,466925

cpp_rpc/H03-May-2022-1,7511,055

dso_plugin_module/H11-Nov-2020-19981

extension/H11-Nov-2020-447251

howto_deploy/H11-Nov-2020-437175

ios_rpc/H11-Nov-2020-2,0211,562

lldb/H11-Nov-2020-212166

rocm_rpc/H11-Nov-2020-15757

sgx/H11-Nov-2020-1,172940

tf_tvmdsoop/H03-May-2022-15192

topi_recipe/H11-Nov-2020-1,9521,423

vta_rpc/H11-Nov-2020-5010

wasm-standalone/H11-Nov-2020-1,183796

README.mdH A D11-Nov-20201.5 KiB299

README.md

1<!--- Licensed to the Apache Software Foundation (ASF) under one -->
2<!--- or more contributor license agreements.  See the NOTICE file -->
3<!--- distributed with this work for additional information -->
4<!--- regarding copyright ownership.  The ASF licenses this file -->
5<!--- to you under the Apache License, Version 2.0 (the -->
6<!--- "License"); you may not use this file except in compliance -->
7<!--- with the License.  You may obtain a copy of the License at -->
8
9<!---   http://www.apache.org/licenses/LICENSE-2.0 -->
10
11<!--- Unless required by applicable law or agreed to in writing, -->
12<!--- software distributed under the License is distributed on an -->
13<!--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -->
14<!--- KIND, either express or implied.  See the License for the -->
15<!--- specific language governing permissions and limitations -->
16<!--- under the License. -->
17
18# TVM Application Extensions and Examples
19This folder contains various extension projects using TVM,
20they also serve as examples on how to use TVM in your own project.
21
22
23- [extension](extension) How to extend TVM C++ api along with python API.
24- [ios_rpc](ios_rpc) iOS RPC server.
25- [android_rpc](android_rpc) Android RPC server.
26- [benchmark](benchmark) Example end to end compilation benchmarks
27- [howto_deploy](howto_deploy) Tutorial on how to deploy TVM with minimum code dependency.
28- [wasm_standalone](tvm-standalone) WebAssembly standalone for deep learning framework with TVM runtime.
29