summaryrefslogtreecommitdiff
path: root/snippets/python-mode/theano
blob: f7d31c964cbec59b6f3817d446a068e9f723026e (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: theano
# key: tn
# group: imports
# --
import theano.tensor as tn
$0