diff options
Diffstat (limited to 'snippets/python-mode/theano')
-rw-r--r-- | snippets/python-mode/theano | 7 |
1 files changed, 7 insertions, 0 deletions
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 |