Add `itertools.{prod, combinations, combinations_with_replacement}` like op to pytorc...
authorXiang Gao <qasdfgtyuiop@gmail.com>
Tue, 15 Jan 2019 16:24:27 +0000 (08:24 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 15 Jan 2019 16:31:22 +0000 (08:31 -0800)
commit1065e7cd247e9e3a6b9133eae67daf2f76e54c18
tree2b3d477454c0c26248ca6d166fdbb24f7c322bef
parent964732fa8dc05794668cf3ae4f5ff069ee656abb
Add `itertools.{prod, combinations, combinations_with_replacement}` like op to pytorch (#9393)

Summary:
closes https://github.com/pytorch/pytorch/issues/7580
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9393

Differential Revision: D13659628

Pulled By: zou3519

fbshipit-source-id: 3a233befa785709395a793ba8833413be394a6fd
aten/src/ATen/core/aten_interned_strings.h
aten/src/ATen/native/Itertools.cpp [new file with mode: 0644]
aten/src/ATen/native/native_functions.yaml
test/test_torch.py
torch/_torch_docs.py
torch/functional.py