[Relay][Op] Add unbiased variance op and corresponding support in pytorch frontend...
authorshiwenloong <shiwenlongg@outlook.com>
Mon, 10 Aug 2020 06:07:43 +0000 (14:07 +0800)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 06:07:43 +0000 (15:07 +0900)
commit7926a5da09a7098507d365b69524f7675e54970c
tree30a5b90c2a8d46e75fd06fe0583315292974e640
parentc815d28f4a8a7618d63edc08bc48110039c6c6bb
[Relay][Op] Add unbiased variance op and corresponding support in pytorch frontend (#6232)
include/tvm/relay/attrs/reduce.h
python/tvm/relay/frontend/pytorch.py
python/tvm/relay/op/_tensor_grad.py
python/tvm/relay/op/op_attrs.py
python/tvm/relay/op/reduce.py
src/relay/op/make_op.h
src/relay/op/tensor/reduce.cc
src/relay/transforms/pattern_util.h
tests/python/frontend/pytorch/test_forward.py
tests/python/relay/test_op_grad_level4.py
tests/python/relay/test_op_level4.py