From bb0ba4fcb45bc08409657e05e7951a364f6a2e53 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 24 Mar 2014 22:36:59 -0400 Subject: Reorganize and add Python snippets --- snippets/python-mode/theano | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/python-mode/theano (limited to 'snippets/python-mode/theano') diff --git a/snippets/python-mode/theano b/snippets/python-mode/theano new file mode 100644 index 0000000..f7d31c9 --- /dev/null +++ b/snippets/python-mode/theano @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: theano +# key: tn +# group: imports +# -- +import theano.tensor as tn +$0 -- cgit v1.2.3