SINGA-347 Create a function that supports einsum remove idea
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/90015d6e Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/90015d6e Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/90015d6e Branch: refs/heads/master Commit: 90015d6e9841b20843612b1837a4cf902e932682 Parents: c037e2f Author: sheyujian <[email protected]> Authored: Sun Apr 29 12:27:50 2018 +0800 Committer: sheyujian <[email protected]> Committed: Sun Apr 29 12:27:50 2018 +0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/90015d6e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 887c409..a2cddf1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ build/ thirdparty/* !thirdparty/install.sh test/samples/ +.idea
