Граф коммитов

2660 Коммитов

Автор SHA1 Сообщение Дата
雾雨魔理沙 df88c411f5 save (#3033)
save

save

save

upstream

lint

remove bad changes

fix build

save

save

please the ci god

Update src/relay/pass/partial_eval.cc

Co-Authored-By: Wei Chen <ipondering.weic@gmail.com>

save

fix test

ci is ANGRY

fix rebase problem

fix rebase

add test

save

save

comment
2019-06-15 15:08:46 -07:00
Alexander Pivovarov 50dd03ca86 Fix typo in word explicitly (#3376) 2019-06-14 21:34:37 -07:00
Haichen Shen b8fa8f627d [Relay][VM] Add AllocTensor instruction and better instruction printer (#3306)
* Update vm print & add AllocTensor instruction

* patch

* fix invoke packed

* update cmake

* tweak move

* update invoke_closure

* lint

* add doc

* tweak
2019-06-14 15:18:14 -07:00
Alexander Pivovarov 59d8ba8f5c Add test_forward_ssd_mobilenet_v1 to tflite/test_forward (#3350) 2019-06-14 13:34:17 -07:00
Tianqi Chen 8a89177b36
[BUILD] Enable more visible symbols by default (#3365) 2019-06-14 10:30:46 -07:00
Luis Vega f731e0e666 fix hardware-makefile for osx, bugfix chisel-RegFile, and rename driver (#3371) 2019-06-14 01:01:00 -07:00
Haichen Shen 2b045c560a [TEST][FLAKY] Fix flaky test on topk and quantize pass (#3362)
* fix flaky test

* fix flaky quantize pass
2019-06-13 17:48:17 -07:00
Luis Vega 7bf2ff23db [VTA] add support to event counters (#3347)
* add support to event counters in VTA

* fix comment

* fix event-counter interface parameter

* no longer needed

* add sim back

* add docs to event counters

* fix docs

* add more details about event counting

* make dpi-module docs more accurate
2019-06-13 15:08:40 -07:00
Marcelo Duarte Trevisani c3cc3bf5b4 Update CMakeLists.txt to be more flexible (#3354) 2019-06-13 15:03:49 -07:00
Hua ede964ec10 [Relay] tflite frontend, keep underline with comments in same length. (#3363) 2019-06-13 15:01:42 -07:00
Tianqi Chen 153417a5e0
[ARITH] Revamp IntSet (#3272) 2019-06-13 13:09:58 -07:00
Yong Wu 9bb16872b6 [Relay][Frontend] Add a bunch of ops in tf converter (#3270) 2019-06-13 13:08:48 -07:00
Hua c9e96d9f2b [Relay] Add Elemwise operator Sub, Divide, Power, Max, Min to tflite frontend. (#3357) 2019-06-13 11:10:07 -07:00
Steven S. Lyubomirsky a698ad7f4c [Relay] Check match expressions for completeness (#3203) 2019-06-13 09:02:26 -07:00
Zhi 6e2c7ede54 [Relay][Transform] quantize opt passes to pass manager (#3289) 2019-06-13 08:57:43 -07:00
Alexander Pivovarov 579e96da44 Update tflite schema version to 1.13 (#3356) 2019-06-13 08:52:25 -07:00
Yizhi Liu 93e80b3ef7 [Team] Jian Weng -> Committer (#3359) 2019-06-13 08:51:58 -07:00
Wei Chen 713fc73bda Support export ADT value in Python (#3299)
* Support export ADT value in Python

* Cache original functions

* Cleanup

* Cleanup
2019-06-12 18:21:19 -07:00
Yong Wu b67afcd6b9 [Relay] add ClipByValue and Neg in tf frontend converter (#3211) 2019-06-12 14:56:18 -07:00
Haichen Shen 29ee8a237b [Relay][Frontend] Fix MxNet RNN without providing state initialization as input (#3326) 2019-06-12 14:23:15 -07:00
Jared Roesch d0c45648b5 [Relay][Backend] Fix interpreter argument conversion for tuples. (#3349)
* Support taking a tuple as an argument

* Add test
2019-06-12 09:58:15 -07:00
Marcus Shawcroft 499adfdbb8 [DOC] clarfiy explanation (#3340) 2019-06-11 21:22:48 -07:00
Marcus Shawcroft cedbdfb50b [DOC] minor grammatical improvements (#3341) 2019-06-11 21:22:22 -07:00
Leyuan Wang da1ea262ac Non_maximum_suppression and get_valid_counts add new parameters (#3335) 2019-06-12 06:10:51 +02:00
Luis Vega 124f9b7f7c [VTA][TSIM] update app example (#3343)
* add initial support to cycle counter to accelerator

* remove prints from c

* add event counter support to chisel tsim example

* make it more readable

* use a config class

* update driver

* add individual Makefile to chisel

* add rule for installing vta package

* add makefile for verilog backend

* update drivers

* update

* rename

* update README

* put default sim back

* set counter to zero
2019-06-11 16:55:41 -07:00
hlu1 2c41fd2f03 [Topi] Fast mode in take op (#3325) 2019-06-11 16:32:12 -07:00
Tianqi Chen d4ca627a5a
[CI] separate out legacy as a stage (#3337) 2019-06-11 10:55:37 -07:00
Tianqi Chen c9a2f3da5b
[RELAY] Pass infra cleanup (#3336) 2019-06-11 10:55:24 -07:00
Marcus Shawcroft d6c4aba837 [CI] Clarify RAT exclude patterns. (#3328) 2019-06-11 10:54:04 -07:00
Alexander Pivovarov 7c1c97d2d8 Add LOGISTIC operator to relay tflite frontend (#3313) 2019-06-10 21:26:14 -07:00
Jared Roesch c4245e3d05 [Relay][Prelude] Use the Relay parser to define the Relay prelude (#3043)
* Add ability to load Prelude from disk

* Port over id

* Define compose

* Linting errors and style changes

* Eliminate unnecessary parens

* Rename identType to typeIdent (makes more sense)

* Another unnecessary paren

* Bump the version number for the text format

* Ensure .rly (Relay text files) are permitted

* Correct release number and simplify grammar rule

* Correct load_prelude docstring

* Corrections to _parser

* Add Apache headers to prelude source file

* Remove test_prelude (redundant)

* Correct misleading error message

* Add check that parser is enabled in Prelude

* Commit pre-generated parser, ensure generated files are treated as binaries, and have parser tests always fire

* Permit parser files and git attributes files

* Exclude gitattributes and parser files from apache check

* Another attempt at appeasing Apache audit checker

* Corrections to rat-excludes

* Apache should be truly appeased now

* Ignore Relay parser files by name

* Mark parser files as generated so they don't show up on Github

* Add parsing helper function for tests

* Mark parser files as not detectable
2019-06-10 18:15:11 -07:00
Zhi 70041c4888 [relay][vm] move vm opt passes to pass manager (#3323) 2019-06-10 17:47:31 -07:00
Alexander Pivovarov 8f219b95bb Add PAD operator to relay tflite frontend (#3310) 2019-06-10 15:29:00 -07:00
Zhi 3294d72b24 [Relay][heterogeneous] Fix tuple annotation (#3311)
* [Relay][heterogeneous] Fix TupleGetItem

* retrigger ci

* retrigger ci
2019-06-10 15:02:41 -07:00
hlu1 3770368f78 [Autotvm] Support override (#3292) 2019-06-11 05:33:11 +08:00
Yao Wang d43aab071c Support x86 dilation conv2d and improve multi-batch conv2d (#3308)
* Support x86 dilation conv2d and improve multi-batch conv2d

* Fix lint
2019-06-10 13:08:28 -07:00
Alexander Pivovarov bfa966a86b Fix Error messages in tflite.py (#3320) 2019-06-10 11:34:52 -07:00
Alexander Pivovarov 45ef90c08b Add all parameters to from_tensorflow docs (#3321) 2019-06-10 11:34:33 -07:00
Marcus Shawcroft ce90f0d0ee [CI] Fix shell script exit codes (#3329)
The exist code of a posix compilant shell is 0..255.  Attempting to
return -1 will error in some shells and implicitly cast to 255 in
others.  Fix it by returning a legal return value.
2019-06-10 11:01:58 -07:00
Marcus Shawcroft 474b56834e Drop trailing whitespace (#3331) 2019-06-10 11:01:10 -07:00
Marcus Shawcroft e3d2928040 [DOC] minor gramatical improvements to tensor_expr_get_started (#3330) 2019-06-10 09:24:22 -07:00
Luis Vega 30f757eda1 add another default location to verilator (#3324) 2019-06-09 16:41:22 -07:00
Alexander Pivovarov 084e338e12 Add MUL operator to relay tflite frontend (#3304) 2019-06-09 16:24:11 -07:00
Yao Wang 98a91af993 Improve non_max_suppression and get_valid_counts for CPU (#3305)
* Improve non_max_suppression for CPU

* Improve get_valid_counts

* Minor change

* Skip some unnecessary computes
2019-06-09 22:34:56 +02:00
Nick Hynes a4bc50ebff
[Rust] Static syslib (#3274) 2019-06-08 20:56:58 -07:00
Luis Vega 73358be5bc [VTA] [APPS] [TSIM] update documentation (README) (#3318)
* update README

* update README

* update README

* update README

* fix typo
2019-06-08 15:00:31 -07:00
Ligeng Zhu bd244ebd8d Make the behavior of data nullptr check of pooling layer same as others. (#3322) 2019-06-08 09:17:29 -07:00
Tianqi Chen 4cee98ba6c
[PASS][RELAY] polish pass infra (#3319) 2019-06-07 14:38:57 -07:00
Marcus Shawcroft ca017a38f3 [CI] Ensure rat ignores rust cargo lock files [CI] Ensure rat ignores emacs backup files [CI] Ensure rat ignores .egg-info (#3314) 2019-06-07 12:52:00 -07:00
Marcus Shawcroft 08890e4d8a [DOC] minor language use improvements (#3317) 2019-06-07 12:51:14 -07:00