[FRONTEND][KERAS]GaussianDropout/Noise parsing support (#4928)
authorSamuel <siju.samuel@huawei.com>
Tue, 25 Feb 2020 03:39:10 +0000 (09:09 +0530)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 03:39:10 +0000 (11:39 +0800)
commit13cf1da3946c7be828b189276e3dd5a14b3e720d
tree2dc63db56e3140fda5a05a564e7736d5ab604411
parent623dd2087839b76bf7950f0759d5d8746497f2b7
[FRONTEND][KERAS]GaussianDropout/Noise parsing support (#4928)

GaussianDropout & GaussianNoise are active only during training time. This can be skipped during inference.
python/tvm/relay/frontend/keras.py